Exception: BlockIo::APIException
- Inherits:
-
Exception
- Object
- Exception
- BlockIo::APIException
- Defined in:
- lib/block_io/api_exception.rb
Instance Attribute Summary collapse
-
#raw_data ⇒ Object
readonly
Returns the value of attribute raw_data.
Instance Method Summary collapse
Instance Attribute Details
#raw_data ⇒ Object (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 |