Class: Ruby::Merge::TslpStructureItem
- Inherits:
-
Struct
- Object
- Struct
- Ruby::Merge::TslpStructureItem
- Defined in:
- lib/ruby/merge.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#span ⇒ Object
Returns the value of attribute span.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
30 31 32 |
# File 'lib/ruby/merge.rb', line 30 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
30 31 32 |
# File 'lib/ruby/merge.rb', line 30 def name @name end |
#span ⇒ Object
Returns the value of attribute span
30 31 32 |
# File 'lib/ruby/merge.rb', line 30 def span @span end |