Class: Tlog::Input

Inherits:
Object
  • Object
show all
Defined in:
lib/tlog/input.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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
  @options = {}
end

Instance Attribute Details

#argsObject

Returns the value of attribute args.



3
4
5
# File 'lib/tlog/input.rb', line 3

def args
  @args
end

#optionsObject

Returns the value of attribute options.



4
5
6
# File 'lib/tlog/input.rb', line 4

def options
  @options
end