Class: Beachcomber::WatchEvent
- Inherits:
-
Struct
- Object
- Struct
- Beachcomber::WatchEvent
- Defined in:
- lib/beachcomber/types.rb
Instance Attribute Summary collapse
-
#age_ms ⇒ Object
Returns the value of attribute age_ms.
-
#data ⇒ Object
Returns the value of attribute data.
-
#stale ⇒ Object
Returns the value of attribute stale.
Instance Attribute Details
#age_ms ⇒ Object
Returns the value of attribute age_ms
15 16 17 |
# File 'lib/beachcomber/types.rb', line 15 def age_ms @age_ms end |
#data ⇒ Object
Returns the value of attribute data
15 16 17 |
# File 'lib/beachcomber/types.rb', line 15 def data @data end |
#stale ⇒ Object
Returns the value of attribute stale
15 16 17 |
# File 'lib/beachcomber/types.rb', line 15 def stale @stale end |