Class: Ruby::Merge::TslpStructureItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



20
21
22
# File 'lib/ruby/merge.rb', line 20

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



20
21
22
# File 'lib/ruby/merge.rb', line 20

def name
  @name
end

#spanObject

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



20
21
22
# File 'lib/ruby/merge.rb', line 20

def span
  @span
end