Class: DataPipe::Jobs
- Inherits:
-
Object
- Object
- DataPipe::Jobs
- Defined in:
- lib/Jobs.rb
Instance Attribute Summary collapse
-
#byName ⇒ Object
readonly
Returns the value of attribute byName.
-
#hash ⇒ Object
readonly
Returns the value of attribute hash.
Instance Method Summary collapse
- #call(path) ⇒ Object
-
#initialize ⇒ Jobs
constructor
A new instance of Jobs.
Constructor Details
#initialize ⇒ Jobs
Returns a new instance of Jobs.
70 71 72 73 |
# File 'lib/Jobs.rb', line 70 def initialize @hash = Hash.new @byName = Hash.new end |
Instance Attribute Details
#byName ⇒ Object (readonly)
Returns the value of attribute byName.
68 69 70 |
# File 'lib/Jobs.rb', line 68 def byName @byName end |
#hash ⇒ Object (readonly)
Returns the value of attribute hash.
68 69 70 |
# File 'lib/Jobs.rb', line 68 def hash @hash end |