Class: ForceDream::Http::Result
- Inherits:
-
Struct
- Object
- Struct
- ForceDream::Http::Result
- Defined in:
- lib/force_dream/http.rb
Instance Attribute Summary collapse
-
#json ⇒ Object
Returns the value of attribute json.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#json ⇒ Object
Returns the value of attribute json
12 13 14 |
# File 'lib/force_dream/http.rb', line 12 def json @json end |
#status ⇒ Object
Returns the value of attribute status
12 13 14 |
# File 'lib/force_dream/http.rb', line 12 def status @status end |