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



30
31
32
# File 'lib/ruby/merge.rb', line 30

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



30
31
32
# File 'lib/ruby/merge.rb', line 30

def name
  @name
end

#spanObject

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



30
31
32
# File 'lib/ruby/merge.rb', line 30

def span
  @span
end