Class: Moceansdk::Modules::HashExtended
- Inherits:
-
Hash
- Object
- Hash
- Moceansdk::Modules::HashExtended
- Defined in:
- lib/moceansdk/modules/response_factory.rb
Instance Attribute Summary collapse
-
#raw_response ⇒ Object
Returns the value of attribute raw_response.
Instance Method Summary collapse
Instance Attribute Details
#raw_response ⇒ Object
Returns the value of attribute raw_response.
38 39 40 |
# File 'lib/moceansdk/modules/response_factory.rb', line 38 def raw_response @raw_response end |
Instance Method Details
#to_hash ⇒ Object
44 45 46 |
# File 'lib/moceansdk/modules/response_factory.rb', line 44 def to_hash inspect end |
#to_s ⇒ Object
40 41 42 |
# File 'lib/moceansdk/modules/response_factory.rb', line 40 def to_s @raw_response end |