Module: CF

Defined in:
lib/cf.rb,
lib/cf/run.rb,
lib/cf/line.rb,
lib/cf/client.rb,
lib/cf/account.rb,
lib/cf/station.rb,
lib/cf/version.rb,
lib/cf/task_form.rb,
lib/cf/department.rb,
lib/cf/form_field.rb,
lib/cf/robot_worker.rb,
lib/cf/final_output.rb,
lib/cf/input_format.rb,
lib/cf/human_worker.rb,
lib/cf/custom_task_form.rb

Defined Under Namespace

Modules: Client Classes: Account, CFError, CustomTaskForm, Department, FinalOutput, FormField, HumanWorker, ImproveStationNotAllowed, InputFormat, Line, RobotWorker, Run, Station, TaskForm

Constant Summary

VERSION =
"0.1.9"

Class Attribute Summary (collapse)

Class Method Summary (collapse)

Class Attribute Details

+ (Object) account_name

Returns the value of attribute account_name



26
27
28
# File 'lib/cf.rb', line 26

def 
  @account_name
end

+ (Object) api_key

Returns the value of attribute api_key



26
27
28
# File 'lib/cf.rb', line 26

def api_key
  @api_key
end

+ (Object) api_url

Returns the value of attribute api_url



26
27
28
# File 'lib/cf.rb', line 26

def api_url
  @api_url
end

+ (Object) api_version

Returns the value of attribute api_version



26
27
28
# File 'lib/cf.rb', line 26

def api_version
  @api_version
end

Class Method Details

+ (Object) configure {|_self| ... }

Yields:

  • (_self)

Yield Parameters:

  • _self (CF)

    the object that the method was called on



27
28
29
# File 'lib/cf.rb', line 27

def configure
  yield self
end