Class: Himari::ItemProviders::OauthClientMetadata::CacheEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/himari/item_providers/oauth_client_metadata.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



32
33
34
# File 'lib/himari/item_providers/oauth_client_metadata.rb', line 32

def expires_at
  @expires_at
end

#seqObject

Returns the value of attribute seq

Returns:

  • (Object)

    the current value of seq



32
33
34
# File 'lib/himari/item_providers/oauth_client_metadata.rb', line 32

def seq
  @seq
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



32
33
34
# File 'lib/himari/item_providers/oauth_client_metadata.rb', line 32

def size
  @size
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



32
33
34
# File 'lib/himari/item_providers/oauth_client_metadata.rb', line 32

def value
  @value
end