Class: Pause::SetElement
- Inherits:
-
Struct
- Object
- Struct
- Pause::SetElement
- Defined in:
- lib/pause.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#ts ⇒ Object
Returns the value of attribute ts.
Instance Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
29 30 31 |
# File 'lib/pause.rb', line 29 def count @count end |
#ts ⇒ Object
Returns the value of attribute ts
29 30 31 |
# File 'lib/pause.rb', line 29 def ts @ts end |
Instance Method Details
#<=>(other) ⇒ Object
30 31 32 |
# File 'lib/pause.rb', line 30 def <=>(other) ts <=> other.ts end |