Method: Timedelta#seconds
- Defined in:
- lib/units-time/timedelta.rb
#seconds ⇒ Object (readonly) Also known as: to_i, to_int
Returns the value of attribute seconds.
29 30 31 |
# File 'lib/units-time/timedelta.rb', line 29 def seconds @seconds end |