Class: Trailblazer::Activity::NodeAttributes

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



3
4
5
# File 'lib/trailblazer/activity/schema.rb', line 3

def data
  @data
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/trailblazer/activity/schema.rb', line 3

def id
  @id
end

#outputsObject

Returns the value of attribute outputs

Returns:

  • (Object)

    the current value of outputs



3
4
5
# File 'lib/trailblazer/activity/schema.rb', line 3

def outputs
  @outputs
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



3
4
5
# File 'lib/trailblazer/activity/schema.rb', line 3

def task
  @task
end