Class: Opencdd::Cddal::AST::MetaClassDecl
- Inherits:
-
Struct
- Object
- Struct
- Opencdd::Cddal::AST::MetaClassDecl
- Defined in:
- lib/opencdd/cddal/ast.rb
Instance Attribute Summary collapse
-
#irdi ⇒ Object
Returns the value of attribute irdi.
-
#line ⇒ Object
Returns the value of attribute line.
-
#property_identifiers ⇒ Object
Returns the value of attribute property_identifiers.
Instance Method Summary collapse
Instance Attribute Details
#irdi ⇒ Object
Returns the value of attribute irdi
29 30 31 |
# File 'lib/opencdd/cddal/ast.rb', line 29 def irdi @irdi end |
#line ⇒ Object
Returns the value of attribute line
29 30 31 |
# File 'lib/opencdd/cddal/ast.rb', line 29 def line @line end |
#property_identifiers ⇒ Object
Returns the value of attribute property_identifiers
29 30 31 |
# File 'lib/opencdd/cddal/ast.rb', line 29 def property_identifiers @property_identifiers end |
Instance Method Details
#property_ids ⇒ Object
30 31 32 |
# File 'lib/opencdd/cddal/ast.rb', line 30 def property_ids property_identifiers.map(&:to_s) end |