Method: Tinycode::FixedInteger#value
- Defined in:
- lib/tinycode/fixed_integer.rb
#value ⇒ Object (readonly) Also known as: to_i, to_int
Returns the value of attribute value.
6 7 8 |
# File 'lib/tinycode/fixed_integer.rb', line 6 def value @value end |