Class: Trailblazer::Developer::Generate::Element

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



10
11
12
# File 'lib/trailblazer/developer/generate.rb', line 10

def data
  @data
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/trailblazer/developer/generate.rb', line 10

def id
  @id
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



10
11
12
# File 'lib/trailblazer/developer/generate.rb', line 10

def label
  @label
end

#linksToObject

Returns the value of attribute linksTo

Returns:

  • (Object)

    the current value of linksTo



10
11
12
# File 'lib/trailblazer/developer/generate.rb', line 10

def linksTo
  @linksTo
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



10
11
12
# File 'lib/trailblazer/developer/generate.rb', line 10

def parent
  @parent
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/trailblazer/developer/generate.rb', line 10

def type
  @type
end