Class: Carson::Adapters::Agent::WorkOrder
- Inherits:
-
Data
- Object
- Data
- Carson::Adapters::Agent::WorkOrder
- Defined in:
- lib/carson/adapters/agent.rb
Instance Attribute Summary collapse
-
#acceptance_checks ⇒ Object
readonly
Returns the value of attribute acceptance_checks.
-
#branch ⇒ Object
readonly
Returns the value of attribute branch.
-
#context ⇒ Object
readonly
Returns the value of attribute context.
-
#objective ⇒ Object
readonly
Returns the value of attribute objective.
-
#pr_number ⇒ Object
readonly
Returns the value of attribute pr_number.
-
#repo ⇒ Object
readonly
Returns the value of attribute repo.
Instance Attribute Details
#acceptance_checks ⇒ Object (readonly)
Returns the value of attribute acceptance_checks
4 5 6 |
# File 'lib/carson/adapters/agent.rb', line 4 def acceptance_checks @acceptance_checks end |
#branch ⇒ Object (readonly)
Returns the value of attribute branch
4 5 6 |
# File 'lib/carson/adapters/agent.rb', line 4 def branch @branch end |
#context ⇒ Object (readonly)
Returns the value of attribute context
4 5 6 |
# File 'lib/carson/adapters/agent.rb', line 4 def context @context end |
#objective ⇒ Object (readonly)
Returns the value of attribute objective
4 5 6 |
# File 'lib/carson/adapters/agent.rb', line 4 def objective @objective end |
#pr_number ⇒ Object (readonly)
Returns the value of attribute pr_number
4 5 6 |
# File 'lib/carson/adapters/agent.rb', line 4 def pr_number @pr_number end |
#repo ⇒ Object (readonly)
Returns the value of attribute repo
4 5 6 |
# File 'lib/carson/adapters/agent.rb', line 4 def repo @repo end |