Class: Tabulatr::Responses::RawResponse
- Inherits:
-
DirectResponse
- Object
- DirectResponse
- Tabulatr::Responses::RawResponse
- Defined in:
- lib/tabulatr/responses/raw_response.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(data, options = {}) ⇒ RawResponse
constructor
A new instance of RawResponse.
Constructor Details
#initialize(data, options = {}) ⇒ RawResponse
Returns a new instance of RawResponse.
4 5 6 7 |
# File 'lib/tabulatr/responses/raw_response.rb', line 4 def initialize(data, ={}) @data = data @options = end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
2 3 4 |
# File 'lib/tabulatr/responses/raw_response.rb', line 2 def data @data end |
#options ⇒ Object
Returns the value of attribute options.
2 3 4 |
# File 'lib/tabulatr/responses/raw_response.rb', line 2 def @options end |