Class: Grumlin::Traverser
- Inherits:
-
Object
- Object
- Grumlin::Traverser
- Defined in:
- lib/grumlin/traverser.rb
Instance Attribute Summary collapse
-
#bulk ⇒ Object
readonly
Returns the value of attribute bulk.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Traverser
constructor
A new instance of Traverser.
Constructor Details
Instance Attribute Details
#bulk ⇒ Object (readonly)
Returns the value of attribute bulk.
4 5 6 |
# File 'lib/grumlin/traverser.rb', line 4 def bulk @bulk end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
4 5 6 |
# File 'lib/grumlin/traverser.rb', line 4 def value @value end |