Class: AxHub::Data::SchemaCache::Entry
- Inherits:
-
Struct
- Object
- Struct
- AxHub::Data::SchemaCache::Entry
- Defined in:
- lib/axhub_sdk/data/schema_cache.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#schema ⇒ Object
Returns the value of attribute schema.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
27 28 29 |
# File 'lib/axhub_sdk/data/schema_cache.rb', line 27 def expires_at @expires_at end |
#schema ⇒ Object
Returns the value of attribute schema
27 28 29 |
# File 'lib/axhub_sdk/data/schema_cache.rb', line 27 def schema @schema end |