Class: Tasker

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

Direct Known Subclasses

HeaderTasker, SchemaTasker

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#docObject (readonly)

Returns the value of attribute doc.



312
313
314
# File 'lib/apiobjects.rb', line 312

def doc
  @doc
end