Class: Eighty::Item
- Inherits:
-
Object
- Object
- Eighty::Item
- Defined in:
- lib/eighty/metadata.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#content ⇒ Object
Returns the value of attribute content.
-
#extname ⇒ Object
Returns the value of attribute extname.
-
#path ⇒ Object
Returns the value of attribute path.
-
#source_absolute_path ⇒ Object
Returns the value of attribute source_absolute_path.
-
#source_base ⇒ Object
Returns the value of attribute source_base.
-
#source_path ⇒ Object
Returns the value of attribute source_path.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
16 17 18 |
# File 'lib/eighty/metadata.rb', line 16 def attributes @attributes end |
#content ⇒ Object
Returns the value of attribute content.
16 17 18 |
# File 'lib/eighty/metadata.rb', line 16 def content @content end |
#extname ⇒ Object
Returns the value of attribute extname.
16 17 18 |
# File 'lib/eighty/metadata.rb', line 16 def extname @extname end |
#path ⇒ Object
Returns the value of attribute path.
16 17 18 |
# File 'lib/eighty/metadata.rb', line 16 def path @path end |
#source_absolute_path ⇒ Object
Returns the value of attribute source_absolute_path.
16 17 18 |
# File 'lib/eighty/metadata.rb', line 16 def source_absolute_path @source_absolute_path end |
#source_base ⇒ Object
Returns the value of attribute source_base.
16 17 18 |
# File 'lib/eighty/metadata.rb', line 16 def source_base @source_base end |
#source_path ⇒ Object
Returns the value of attribute source_path.
16 17 18 |
# File 'lib/eighty/metadata.rb', line 16 def source_path @source_path end |