Class: Opencdd::Cddal::AST::InstanceDecl
- Inherits:
-
Struct
- Object
- Struct
- Opencdd::Cddal::AST::InstanceDecl
- Defined in:
- lib/opencdd/cddal/ast.rb
Instance Attribute Summary collapse
-
#assignments ⇒ Object
Returns the value of attribute assignments.
-
#line ⇒ Object
Returns the value of attribute line.
-
#meta_class_ref ⇒ Object
Returns the value of attribute meta_class_ref.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#assignments ⇒ Object
Returns the value of attribute assignments
35 36 37 |
# File 'lib/opencdd/cddal/ast.rb', line 35 def assignments @assignments end |
#line ⇒ Object
Returns the value of attribute line
35 36 37 |
# File 'lib/opencdd/cddal/ast.rb', line 35 def line @line end |
#meta_class_ref ⇒ Object
Returns the value of attribute meta_class_ref
35 36 37 |
# File 'lib/opencdd/cddal/ast.rb', line 35 def @meta_class_ref end |
#name ⇒ Object
Returns the value of attribute name
35 36 37 |
# File 'lib/opencdd/cddal/ast.rb', line 35 def name @name end |