Exception: BlockIo::APIException

Inherits:
Exception
  • Object
show all
Defined in:
lib/block_io/api_exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#raw_dataObject (readonly)

Returns the value of attribute raw_data.



4
5
6
# File 'lib/block_io/api_exception.rb', line 4

def raw_data
  @raw_data
end

Instance Method Details

#set_raw_data(data) ⇒ Object



6
7
8
# File 'lib/block_io/api_exception.rb', line 6

def set_raw_data(data)
  @raw_data = data
end