Class: RSMP::SXL::Processing::Document::SymbolDefinition
- Inherits:
-
Struct
- Object
- Struct
- RSMP::SXL::Processing::Document::SymbolDefinition
- Defined in:
- lib/rsmp/sxl/processing/document.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#location ⇒ Object
Returns the value of attribute location.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
12 13 14 |
# File 'lib/rsmp/sxl/processing/document.rb', line 12 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind
12 13 14 |
# File 'lib/rsmp/sxl/processing/document.rb', line 12 def kind @kind end |
#location ⇒ Object
Returns the value of attribute location
12 13 14 |
# File 'lib/rsmp/sxl/processing/document.rb', line 12 def location @location end |