class RouteC::RouteCException

Attributes

status[R]

Public Class Methods

new(status) click to toggle source
# File lib/route_c/query.rb, line 76
def initialize status
  @status = status
end