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

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

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_checksObject (readonly)

Returns the value of attribute acceptance_checks

Returns:

  • (Object)

    the current value of acceptance_checks



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

def acceptance_checks
  @acceptance_checks
end

#branchObject (readonly)

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



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

def branch
  @branch
end

#contextObject (readonly)

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



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

def context
  @context
end

#objectiveObject (readonly)

Returns the value of attribute objective

Returns:

  • (Object)

    the current value of objective



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

def objective
  @objective
end

#pr_numberObject (readonly)

Returns the value of attribute pr_number

Returns:

  • (Object)

    the current value of pr_number



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

def pr_number
  @pr_number
end

#repoObject (readonly)

Returns the value of attribute repo

Returns:

  • (Object)

    the current value of repo



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

def repo
  @repo
end