Class: AxHub::Data::SchemaCache::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/axhub_sdk/data/schema_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



27
28
29
# File 'lib/axhub_sdk/data/schema_cache.rb', line 27

def expires_at
  @expires_at
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



27
28
29
# File 'lib/axhub_sdk/data/schema_cache.rb', line 27

def schema
  @schema
end