Class: Eighty::Item

Inherits:
Object
  • Object
show all
Defined in:
lib/eighty/metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes.



16
17
18
# File 'lib/eighty/metadata.rb', line 16

def attributes
  @attributes
end

#contentObject

Returns the value of attribute content.



16
17
18
# File 'lib/eighty/metadata.rb', line 16

def content
  @content
end

#extnameObject

Returns the value of attribute extname.



16
17
18
# File 'lib/eighty/metadata.rb', line 16

def extname
  @extname
end

#pathObject

Returns the value of attribute path.



16
17
18
# File 'lib/eighty/metadata.rb', line 16

def path
  @path
end

#source_absolute_pathObject

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_baseObject

Returns the value of attribute source_base.



16
17
18
# File 'lib/eighty/metadata.rb', line 16

def source_base
  @source_base
end

#source_pathObject

Returns the value of attribute source_path.



16
17
18
# File 'lib/eighty/metadata.rb', line 16

def source_path
  @source_path
end