Class: Eighty::Metadata
- Inherits:
-
Object
- Object
- Eighty::Metadata
- Includes:
- Singleton
- Defined in:
- lib/eighty/metadata.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
Instance Method Summary collapse
-
#initialize ⇒ Metadata
constructor
A new instance of Metadata.
Constructor Details
#initialize ⇒ Metadata
Returns a new instance of Metadata.
10 11 12 |
# File 'lib/eighty/metadata.rb', line 10 def initialize @items = [] end |
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items.
8 9 10 |
# File 'lib/eighty/metadata.rb', line 8 def items @items end |