Class: EndecaOnDemand::Response::Dimension
- Includes:
- PP
- Defined in:
- lib/endeca_on_demand/response/dimension.rb,
lib/endeca_on_demand/response/dimension/dimension_value.rb
Defined Under Namespace
Classes: DimensionValue
Instance Attribute Summary collapse
-
#dimension_values ⇒ Object
readonly
associations ##.
-
#options ⇒ Object
readonly
data ##.
-
#response ⇒ Object
readonly
fields ##.
Attributes inherited from Proxy
Instance Method Summary collapse
-
#class ⇒ Object
override proxy ##.
-
#initialize(response, xml) ⇒ Dimension
constructor
A new instance of Dimension.
- #inspect_attributes ⇒ Object
Methods included from PP
Methods inherited from Proxy
Constructor Details
#initialize(response, xml) ⇒ Dimension
Returns a new instance of Dimension.
13 14 15 16 17 |
# File 'lib/endeca_on_demand/response/dimension.rb', line 13 def initialize(response, xml) @response, @xml = response, xml define_getters(:options) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class EndecaOnDemand::Proxy
Instance Attribute Details
#dimension_values ⇒ Object (readonly)
associations ##
11 12 13 |
# File 'lib/endeca_on_demand/response/dimension.rb', line 11 def dimension_values @dimension_values end |
#options ⇒ Object (readonly)
data ##
11 12 13 |
# File 'lib/endeca_on_demand/response/dimension.rb', line 11 def end |
#response ⇒ Object (readonly)
fields ##
11 12 13 |
# File 'lib/endeca_on_demand/response/dimension.rb', line 11 def response @response end |
Instance Method Details
#class ⇒ Object
override proxy ##
21 22 23 |
# File 'lib/endeca_on_demand/response/dimension.rb', line 21 def class EndecaOnDemand::Response::Dimension end |
#inspect_attributes ⇒ Object
7 |
# File 'lib/endeca_on_demand/response/dimension.rb', line 7 def inspect_attributes; [ :dimension_values, :options ]; end |