Class: Hitch::AuthorizationRequest::Error

Inherits:
Data
  • Object
show all
Defined in:
app/models/hitch/authorization_request.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



13
14
15
# File 'app/models/hitch/authorization_request.rb', line 13

def code
  @code
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



13
14
15
# File 'app/models/hitch/authorization_request.rb', line 13

def description
  @description
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



13
14
15
# File 'app/models/hitch/authorization_request.rb', line 13

def status
  @status
end