Class: Strling::IR::Esc

Inherits:
Data
  • Object
show all
Defined in:
lib/strling/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#irObject (readonly)

Returns the value of attribute ir

Returns:

  • (Object)

    the current value of ir



13
14
15
# File 'lib/strling/ir.rb', line 13

def ir
  @ir
end

#propertyObject (readonly)

Returns the value of attribute property

Returns:

  • (Object)

    the current value of property



13
14
15
# File 'lib/strling/ir.rb', line 13

def property
  @property
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



13
14
15
# File 'lib/strling/ir.rb', line 13

def type
  @type
end