Exception: MonsterMash::HTTPError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/monster_mash/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



5
6
7
# File 'lib/monster_mash/base.rb', line 5

def body
  @body
end

#codeObject

Returns the value of attribute code.



4
5
6
# File 'lib/monster_mash/base.rb', line 4

def code
  @code
end

#responseObject

Returns the value of attribute response.



3
4
5
# File 'lib/monster_mash/base.rb', line 3

def response
  @response
end