Class: Alter::Processor
- Inherits:
-
Object
- Object
- Alter::Processor
- Defined in:
- lib/alter.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
readonly
Returns the value of attribute input.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize(input, options = {}) ⇒ Processor
constructor
A new instance of Processor.
Constructor Details
#initialize(input, options = {}) ⇒ Processor
Returns a new instance of Processor.
44 45 46 47 |
# File 'lib/alter.rb', line 44 def initialize(input, = {}) @input = input @options = end |
Instance Attribute Details
#input ⇒ Object (readonly)
Returns the value of attribute input.
42 43 44 |
# File 'lib/alter.rb', line 42 def input @input end |
#meta ⇒ Object
Returns the value of attribute meta.
41 42 43 |
# File 'lib/alter.rb', line 41 def @meta end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
42 43 44 |
# File 'lib/alter.rb', line 42 def @options end |
#output ⇒ Object
Returns the value of attribute output.
41 42 43 |
# File 'lib/alter.rb', line 41 def output @output end |