Class: Trailblazer::Developer::Activity::Graph::Model

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_eventsObject

Returns the value of attribute end_events

Returns:

  • (Object)

    the current value of end_events



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

def end_events
  @end_events
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#sequence_flowObject

Returns the value of attribute sequence_flow

Returns:

  • (Object)

    the current value of sequence_flow



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

def sequence_flow
  @sequence_flow
end

#start_eventsObject

Returns the value of attribute start_events

Returns:

  • (Object)

    the current value of start_events



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

def start_events
  @start_events
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



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

def task
  @task
end