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