Exception: MonsterMash::HTTPError
- Defined in:
- lib/monster_mash/base.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
5 6 7 |
# File 'lib/monster_mash/base.rb', line 5 def body @body end |
#code ⇒ Object
Returns the value of attribute code.
4 5 6 |
# File 'lib/monster_mash/base.rb', line 4 def code @code end |
#response ⇒ Object
Returns the value of attribute response.
3 4 5 |
# File 'lib/monster_mash/base.rb', line 3 def response @response end |