Class: Opencdd::Cddal::AST::InstanceDecl

Inherits:
Struct
  • Object
show all
Defined in:
lib/opencdd/cddal/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assignmentsObject

Returns the value of attribute assignments

Returns:

  • (Object)

    the current value of assignments



35
36
37
# File 'lib/opencdd/cddal/ast.rb', line 35

def assignments
  @assignments
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



35
36
37
# File 'lib/opencdd/cddal/ast.rb', line 35

def line
  @line
end

#meta_class_refObject

Returns the value of attribute meta_class_ref

Returns:

  • (Object)

    the current value of meta_class_ref



35
36
37
# File 'lib/opencdd/cddal/ast.rb', line 35

def meta_class_ref
  @meta_class_ref
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



35
36
37
# File 'lib/opencdd/cddal/ast.rb', line 35

def name
  @name
end