Class: Opencdd::Cddal::AST::MetaClassDecl

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#irdiObject

Returns the value of attribute irdi

Returns:

  • (Object)

    the current value of irdi



29
30
31
# File 'lib/opencdd/cddal/ast.rb', line 29

def irdi
  @irdi
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



29
30
31
# File 'lib/opencdd/cddal/ast.rb', line 29

def line
  @line
end

#property_identifiersObject

Returns the value of attribute property_identifiers

Returns:

  • (Object)

    the current value of property_identifiers



29
30
31
# File 'lib/opencdd/cddal/ast.rb', line 29

def property_identifiers
  @property_identifiers
end

Instance Method Details

#property_idsObject



30
31
32
# File 'lib/opencdd/cddal/ast.rb', line 30

def property_ids
  property_identifiers.map(&:to_s)
end