Class: Carson::Adapters::Agent::WorkOrder

Inherits:
Struct
  • Object
show all
Defined in:
lib/carson/adapters/agent.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_checksObject

Returns the value of attribute acceptance_checks

Returns:

  • (Object)

    the current value of acceptance_checks



5
6
7
# File 'lib/carson/adapters/agent.rb', line 5

def acceptance_checks
  @acceptance_checks
end

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



5
6
7
# File 'lib/carson/adapters/agent.rb', line 5

def branch
  @branch
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



5
6
7
# File 'lib/carson/adapters/agent.rb', line 5

def context
  @context
end

#objectiveObject

Returns the value of attribute objective

Returns:

  • (Object)

    the current value of objective



5
6
7
# File 'lib/carson/adapters/agent.rb', line 5

def objective
  @objective
end

#pr_numberObject

Returns the value of attribute pr_number

Returns:

  • (Object)

    the current value of pr_number



5
6
7
# File 'lib/carson/adapters/agent.rb', line 5

def pr_number
  @pr_number
end

#repoObject

Returns the value of attribute repo

Returns:

  • (Object)

    the current value of repo



5
6
7
# File 'lib/carson/adapters/agent.rb', line 5

def repo
  @repo
end