Class: Strling::IR::Esc
- Inherits:
-
Data
- Object
- Data
- Strling::IR::Esc
- Defined in:
- lib/strling/ir.rb
Instance Attribute Summary collapse
-
#ir ⇒ Object
readonly
Returns the value of attribute ir.
-
#property ⇒ Object
readonly
Returns the value of attribute property.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#ir ⇒ Object (readonly)
Returns the value of attribute ir
13 14 15 |
# File 'lib/strling/ir.rb', line 13 def ir @ir end |
#property ⇒ Object (readonly)
Returns the value of attribute property
13 14 15 |
# File 'lib/strling/ir.rb', line 13 def property @property end |
#type ⇒ Object (readonly)
Returns the value of attribute type
13 14 15 |
# File 'lib/strling/ir.rb', line 13 def type @type end |