Class: Tlog::Input
- Inherits:
-
Object
- Object
- Tlog::Input
- Defined in:
- lib/tlog/input.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(args = []) ⇒ Input
constructor
A new instance of Input.
Constructor Details
#initialize(args = []) ⇒ Input
Returns a new instance of Input.
6 7 8 9 |
# File 'lib/tlog/input.rb', line 6 def initialize(args=[]) @args = args = {} end |
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args.
3 4 5 |
# File 'lib/tlog/input.rb', line 3 def args @args end |
#options ⇒ Object
Returns the value of attribute options.
4 5 6 |
# File 'lib/tlog/input.rb', line 4 def end |