Class: Wombat::DSL::Iterator
- Inherits:
-
PropertyGroup
- Object
- Hash
- PropertyGroup
- Wombat::DSL::Iterator
- Defined in:
- lib/wombat/dsl/iterator.rb
Instance Attribute Summary collapse
-
#wombat_property_selector ⇒ Object
Returns the value of attribute wombat_property_selector.
Attributes inherited from PropertyGroup
Instance Method Summary collapse
-
#initialize(name, selector) ⇒ Iterator
constructor
A new instance of Iterator.
-
#wombat_property_format ⇒ Object
So that Property::Locators::Iterator can identify this class as an iterator property.
Methods inherited from PropertyGroup
#method_missing, #to_ary, #wombat_property_namespaces
Constructor Details
#initialize(name, selector) ⇒ Iterator
Returns a new instance of Iterator.
6 7 8 9 10 |
# File 'lib/wombat/dsl/iterator.rb', line 6 def initialize(name, selector) @wombat_property_selector = selector super(name) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wombat::DSL::PropertyGroup
Instance Attribute Details
#wombat_property_selector ⇒ Object
Returns the value of attribute wombat_property_selector.
4 5 6 |
# File 'lib/wombat/dsl/iterator.rb', line 4 def wombat_property_selector @wombat_property_selector end |
Instance Method Details
#wombat_property_format ⇒ Object
So that Property::Locators::Iterator can identify this class as an iterator property.
14 15 16 |
# File 'lib/wombat/dsl/iterator.rb', line 14 def wombat_property_format :iterator end |