Class: Journey::Visitors::Formatter
- Defined in:
- lib/journey/visitors.rb
Overview
Used for formatting urls (url_for)
Instance Attribute Summary collapse
-
#consumed ⇒ Object
readonly
Returns the value of attribute consumed.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Formatter
constructor
A new instance of Formatter.
Methods inherited from Visitor
Constructor Details
#initialize(options) ⇒ Formatter
Returns a new instance of Formatter.
81 82 83 84 |
# File 'lib/journey/visitors.rb', line 81 def initialize @options = @consumed = {} end |
Instance Attribute Details
#consumed ⇒ Object (readonly)
Returns the value of attribute consumed.
79 80 81 |
# File 'lib/journey/visitors.rb', line 79 def consumed @consumed end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
79 80 81 |
# File 'lib/journey/visitors.rb', line 79 def @options end |