Class: EndecaOnDemand::Response::Dimension::DimensionValue
- Includes:
- PP
- Defined in:
- lib/endeca_on_demand/response/dimension/dimension_value.rb
Instance Attribute Summary collapse
-
#dimension ⇒ Object
readonly
fields ##.
-
#options ⇒ Object
readonly
data ##.
Attributes inherited from Proxy
Instance Method Summary collapse
-
#class ⇒ Object
override proxy ##.
-
#initialize(dimension, xml) ⇒ DimensionValue
constructor
A new instance of DimensionValue.
- #inspect_attributes ⇒ Object
Methods included from PP
Methods inherited from Proxy
Constructor Details
#initialize(dimension, xml) ⇒ DimensionValue
Returns a new instance of DimensionValue.
14 15 16 17 18 |
# File 'lib/endeca_on_demand/response/dimension/dimension_value.rb', line 14 def initialize(dimension, xml) @dimension, @xml = dimension, 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 ⇒ Object (readonly)
fields ##
12 13 14 |
# File 'lib/endeca_on_demand/response/dimension/dimension_value.rb', line 12 def dimension @dimension end |
#options ⇒ Object (readonly)
data ##
12 13 14 |
# File 'lib/endeca_on_demand/response/dimension/dimension_value.rb', line 12 def @options end |
Instance Method Details
#class ⇒ Object
override proxy ##
22 23 24 |
# File 'lib/endeca_on_demand/response/dimension/dimension_value.rb', line 22 def class EndecaOnDemand::Response::Dimension::DimensionValue end |
#inspect_attributes ⇒ Object
8 |
# File 'lib/endeca_on_demand/response/dimension/dimension_value.rb', line 8 def inspect_attributes; [ :options ]; end |