Class: Tasker
- Inherits:
-
Object
- Object
- Tasker
- Defined in:
- lib/apiobjects.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#doc ⇒ Object
readonly
Returns the value of attribute doc.
Instance Method Summary collapse
-
#initialize(doc) ⇒ Tasker
constructor
A new instance of Tasker.
Constructor Details
#initialize(doc) ⇒ Tasker
Returns a new instance of Tasker.
313 314 315 |
# File 'lib/apiobjects.rb', line 313 def initialize(doc) @doc = doc end |
Instance Attribute Details
#doc ⇒ Object (readonly)
Returns the value of attribute doc.
312 313 314 |
# File 'lib/apiobjects.rb', line 312 def doc @doc end |