Class: Strling::IR::Quant
- Inherits:
-
Data
- Object
- Data
- Strling::IR::Quant
- Defined in:
- lib/strling/ir.rb
Instance Attribute Summary collapse
-
#child ⇒ Object
readonly
Returns the value of attribute child.
-
#ir ⇒ Object
readonly
Returns the value of attribute ir.
-
#max ⇒ Object
readonly
Returns the value of attribute max.
-
#min ⇒ Object
readonly
Returns the value of attribute min.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
Instance Attribute Details
#child ⇒ Object (readonly)
Returns the value of attribute child
8 9 10 |
# File 'lib/strling/ir.rb', line 8 def child @child end |
#ir ⇒ Object (readonly)
Returns the value of attribute ir
8 9 10 |
# File 'lib/strling/ir.rb', line 8 def ir @ir end |
#max ⇒ Object (readonly)
Returns the value of attribute max
8 9 10 |
# File 'lib/strling/ir.rb', line 8 def max @max end |
#min ⇒ Object (readonly)
Returns the value of attribute min
8 9 10 |
# File 'lib/strling/ir.rb', line 8 def min @min end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
8 9 10 |
# File 'lib/strling/ir.rb', line 8 def mode @mode end |