Class: EPUB::Metadata::Link

Inherits:
Object
  • Object
show all
Includes:
Refinee
Defined in:
lib/epub/metadata.rb

Constant Summary

Constants included from Refinee

Refinee::PROPERTIES

Instance Attribute Summary collapse

Attributes included from Refinee

#refiners

Instance Attribute Details

#hrefObject

Returns the value of attribute href.



180
181
182
# File 'lib/epub/metadata.rb', line 180

def href
  @href
end

#idObject

Returns the value of attribute id.



180
181
182
# File 'lib/epub/metadata.rb', line 180

def id
  @id
end

#media_typeObject

Returns the value of attribute media_type.



180
181
182
# File 'lib/epub/metadata.rb', line 180

def media_type
  @media_type
end

#refinesObject

Returns the value of attribute refines.



181
182
183
# File 'lib/epub/metadata.rb', line 181

def refines
  @refines
end

#relObject

Returns the value of attribute rel.



180
181
182
# File 'lib/epub/metadata.rb', line 180

def rel
  @rel
end