Class: Etna::Clients::Magma::QueryResponse
- Inherits:
-
Object
- Object
- Etna::Clients::Magma::QueryResponse
- Defined in:
- lib/etna/clients/magma/models.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Method Summary collapse
- #answer ⇒ Object
- #format ⇒ Object
-
#initialize(raw = {}) ⇒ QueryResponse
constructor
A new instance of QueryResponse.
- #type ⇒ Object
Constructor Details
#initialize(raw = {}) ⇒ QueryResponse
Returns a new instance of QueryResponse.
184 185 186 |
# File 'lib/etna/clients/magma/models.rb', line 184 def initialize(raw = {}) @raw = raw end |
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
182 183 184 |
# File 'lib/etna/clients/magma/models.rb', line 182 def raw @raw end |
Instance Method Details
#answer ⇒ Object
188 189 190 |
# File 'lib/etna/clients/magma/models.rb', line 188 def answer raw['answer'] end |
#format ⇒ Object
192 193 194 |
# File 'lib/etna/clients/magma/models.rb', line 192 def format raw['format'] end |
#type ⇒ Object
196 197 198 |
# File 'lib/etna/clients/magma/models.rb', line 196 def type raw['type'] end |