Class: Repub::Epub::Content::Metadata

Inherits:
Struct
  • Object
show all
Defined in:
lib/repub/epub/content.rb

Instance Attribute Summary collapse

Instance Attribute Details

#creatorObject

Returns the value of attribute creator

Returns:

  • (Object)

    the current value of creator



16
17
18
# File 'lib/repub/epub/content.rb', line 16

def creator
  @creator
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



16
17
18
# File 'lib/repub/epub/content.rb', line 16

def date
  @date
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



16
17
18
# File 'lib/repub/epub/content.rb', line 16

def description
  @description
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



16
17
18
# File 'lib/repub/epub/content.rb', line 16

def identifier
  @identifier
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



16
17
18
# File 'lib/repub/epub/content.rb', line 16

def language
  @language
end

#publisherObject

Returns the value of attribute publisher

Returns:

  • (Object)

    the current value of publisher



16
17
18
# File 'lib/repub/epub/content.rb', line 16

def publisher
  @publisher
end

#relationObject

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



16
17
18
# File 'lib/repub/epub/content.rb', line 16

def relation
  @relation
end

#rightsObject

Returns the value of attribute rights

Returns:

  • (Object)

    the current value of rights



16
17
18
# File 'lib/repub/epub/content.rb', line 16

def rights
  @rights
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



16
17
18
# File 'lib/repub/epub/content.rb', line 16

def subject
  @subject
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



16
17
18
# File 'lib/repub/epub/content.rb', line 16

def title
  @title
end