Class: Mojito::HttpStatusCode
- Inherits:
-
Struct
- Object
- Struct
- Mojito::HttpStatusCode
- Defined in:
- lib/mojito/utils/status_codes.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#message ⇒ Object
Returns the value of attribute message.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
5 6 7 |
# File 'lib/mojito/utils/status_codes.rb', line 5 def code @code end |
#message ⇒ Object
Returns the value of attribute message
5 6 7 |
# File 'lib/mojito/utils/status_codes.rb', line 5 def @message end |
#symbol ⇒ Object
Returns the value of attribute symbol
5 6 7 |
# File 'lib/mojito/utils/status_codes.rb', line 5 def symbol @symbol end |