Class: Opencdd::Cddal::AST::AliasDecl
- Inherits:
-
Struct
- Object
- Struct
- Opencdd::Cddal::AST::AliasDecl
- Defined in:
- lib/opencdd/cddal/ast.rb
Instance Attribute Summary collapse
-
#alias_name ⇒ Object
Returns the value of attribute alias_name.
-
#line ⇒ Object
Returns the value of attribute line.
-
#property_id ⇒ Object
Returns the value of attribute property_id.
Instance Attribute Details
#alias_name ⇒ Object
Returns the value of attribute alias_name
37 38 39 |
# File 'lib/opencdd/cddal/ast.rb', line 37 def alias_name @alias_name end |
#line ⇒ Object
Returns the value of attribute line
37 38 39 |
# File 'lib/opencdd/cddal/ast.rb', line 37 def line @line end |
#property_id ⇒ Object
Returns the value of attribute property_id
37 38 39 |
# File 'lib/opencdd/cddal/ast.rb', line 37 def property_id @property_id end |