Class: Trailblazer::Developer::Activity::Graph::Task

Inherits:
Struct
  • Object
show all
Defined in:
lib/trailblazer/developer/activity.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



12
13
14
# File 'lib/trailblazer/developer/activity.rb', line 12

def id
  @id
end

#incomingObject

Returns the value of attribute incoming

Returns:

  • (Object)

    the current value of incoming



12
13
14
# File 'lib/trailblazer/developer/activity.rb', line 12

def incoming
  @incoming
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/trailblazer/developer/activity.rb', line 12

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



12
13
14
# File 'lib/trailblazer/developer/activity.rb', line 12

def options
  @options
end

#outgoingObject

Returns the value of attribute outgoing

Returns:

  • (Object)

    the current value of outgoing



12
13
14
# File 'lib/trailblazer/developer/activity.rb', line 12

def outgoing
  @outgoing
end