Class: Trailblazer::Workflow::Generate::Element

Inherits:
Struct
  • Object
show all
Defined in:
lib/trailblazer/workflow/generate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



9
10
11
# File 'lib/trailblazer/workflow/generate.rb', line 9

def data
  @data
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/trailblazer/workflow/generate.rb', line 9

def id
  @id
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



9
10
11
# File 'lib/trailblazer/workflow/generate.rb', line 9

def label
  @label
end

Returns the value of attribute links

Returns:

  • (Object)

    the current value of links



9
10
11
# File 'lib/trailblazer/workflow/generate.rb', line 9

def links
  @links
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/trailblazer/workflow/generate.rb', line 9

def type
  @type
end