Class: Opencdd::Cddal::AST::AliasDecl

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

Instance Attribute Summary collapse

Instance Attribute Details

#alias_nameObject

Returns the value of attribute alias_name

Returns:

  • (Object)

    the current value of alias_name



37
38
39
# File 'lib/opencdd/cddal/ast.rb', line 37

def alias_name
  @alias_name
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



37
38
39
# File 'lib/opencdd/cddal/ast.rb', line 37

def line
  @line
end

#property_idObject

Returns the value of attribute property_id

Returns:

  • (Object)

    the current value of property_id



37
38
39
# File 'lib/opencdd/cddal/ast.rb', line 37

def property_id
  @property_id
end