Class: Himari::ItemProviders::OauthClientMetadata::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- Himari::ItemProviders::OauthClientMetadata::CacheEntry
- Defined in:
- lib/himari/item_providers/oauth_client_metadata.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#seq ⇒ Object
Returns the value of attribute seq.
-
#size ⇒ Object
Returns the value of attribute size.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
32 33 34 |
# File 'lib/himari/item_providers/oauth_client_metadata.rb', line 32 def expires_at @expires_at end |
#seq ⇒ Object
Returns the value of attribute seq
32 33 34 |
# File 'lib/himari/item_providers/oauth_client_metadata.rb', line 32 def seq @seq end |
#size ⇒ Object
Returns the value of attribute size
32 33 34 |
# File 'lib/himari/item_providers/oauth_client_metadata.rb', line 32 def size @size end |
#value ⇒ Object
Returns the value of attribute value
32 33 34 |
# File 'lib/himari/item_providers/oauth_client_metadata.rb', line 32 def value @value end |