Class: Apiculture::PossibleResponse
- Inherits:
-
Struct
- Object
- Struct
- Apiculture::PossibleResponse
- Defined in:
- lib/apiculture.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#http_status_code ⇒ Object
Returns the value of attribute http_status_code.
-
#jsonable_object_example ⇒ Object
Returns the value of attribute jsonable_object_example.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
37 38 39 |
# File 'lib/apiculture.rb', line 37 def description @description end |
#http_status_code ⇒ Object
Returns the value of attribute http_status_code
37 38 39 |
# File 'lib/apiculture.rb', line 37 def http_status_code @http_status_code end |
#jsonable_object_example ⇒ Object
Returns the value of attribute jsonable_object_example
37 38 39 |
# File 'lib/apiculture.rb', line 37 def jsonable_object_example @jsonable_object_example end |
Instance Method Details
#no_body? ⇒ Boolean
38 39 40 |
# File 'lib/apiculture.rb', line 38 def no_body? jsonable_object_example.nil? end |