Class: SchwarmCli::HandsOffTask::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/schwarm_cli/hands_off_task.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branch_nameObject

Returns the value of attribute branch_name

Returns:

  • (Object)

    the current value of branch_name



7
8
9
# File 'lib/schwarm_cli/hands_off_task.rb', line 7

def branch_name
  @branch_name
end

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



7
8
9
# File 'lib/schwarm_cli/hands_off_task.rb', line 7

def error_message
  @error_message
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/schwarm_cli/hands_off_task.rb', line 7

def status
  @status
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



7
8
9
# File 'lib/schwarm_cli/hands_off_task.rb', line 7

def success?
  @success?
end

#task_idObject

Returns the value of attribute task_id

Returns:

  • (Object)

    the current value of task_id



7
8
9
# File 'lib/schwarm_cli/hands_off_task.rb', line 7

def task_id
  @task_id
end

#task_urlObject

Returns the value of attribute task_url

Returns:

  • (Object)

    the current value of task_url



7
8
9
# File 'lib/schwarm_cli/hands_off_task.rb', line 7

def task_url
  @task_url
end