Class: SwarmSDK::Tools::Stores::Storage::Entry
- Inherits:
-
Struct
- Object
- Struct
- SwarmSDK::Tools::Stores::Storage::Entry
- Defined in:
- lib/swarm_sdk/tools/stores/storage.rb
Overview
Represents a single storage entry with metadata
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#size ⇒ Object
Returns the value of attribute size.
-
#title ⇒ Object
Returns the value of attribute title.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
18 19 20 |
# File 'lib/swarm_sdk/tools/stores/storage.rb', line 18 def content @content end |
#size ⇒ Object
Returns the value of attribute size
18 19 20 |
# File 'lib/swarm_sdk/tools/stores/storage.rb', line 18 def size @size end |
#title ⇒ Object
Returns the value of attribute title
18 19 20 |
# File 'lib/swarm_sdk/tools/stores/storage.rb', line 18 def title @title end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
18 19 20 |
# File 'lib/swarm_sdk/tools/stores/storage.rb', line 18 def updated_at @updated_at end |