struct CitiBike::Envelope(T)
- CitiBike::Envelope(T)
- Struct
- Value
- Object
Overview
Represents the wrapper object for all GBFS responses.
Defined in:
citibike/envelope.crConstructors
Instance Method Summary
- #initialize
-
#stale?
Whether or not this object is stale, i.e.
Constructor Detail
Instance Method Detail
def stale?
#
Whether or not this object is stale, i.e. has existed for longer than
last_updated
+ ttl
seconds.