Class: Trailblazer::Developer::Activity::Graph::Task
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Developer::Activity::Graph::Task
- Defined in:
- lib/trailblazer/developer/activity.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#incoming ⇒ Object
Returns the value of attribute incoming.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#outgoing ⇒ Object
Returns the value of attribute outgoing.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
12 13 14 |
# File 'lib/trailblazer/developer/activity.rb', line 12 def id @id end |
#incoming ⇒ Object
Returns the value of attribute incoming
12 13 14 |
# File 'lib/trailblazer/developer/activity.rb', line 12 def incoming @incoming end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/trailblazer/developer/activity.rb', line 12 def name @name end |
#options ⇒ Object
Returns the value of attribute options
12 13 14 |
# File 'lib/trailblazer/developer/activity.rb', line 12 def end |
#outgoing ⇒ Object
Returns the value of attribute outgoing
12 13 14 |
# File 'lib/trailblazer/developer/activity.rb', line 12 def outgoing @outgoing end |