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



19
20
21
# File 'lib/repub/epub/content.rb', line 19

def creator
  @creator
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



19
20
21
# File 'lib/repub/epub/content.rb', line 19

def date
  @date
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



19
20
21
# File 'lib/repub/epub/content.rb', line 19

def description
  @description
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



19
20
21
# File 'lib/repub/epub/content.rb', line 19

def identifier
  @identifier
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



19
20
21
# File 'lib/repub/epub/content.rb', line 19

def language
  @language
end

#publisherObject

Returns the value of attribute publisher

Returns:

  • (Object)

    the current value of publisher



19
20
21
# File 'lib/repub/epub/content.rb', line 19

def publisher
  @publisher
end

#relationObject

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



19
20
21
# File 'lib/repub/epub/content.rb', line 19

def relation
  @relation
end

#rightsObject

Returns the value of attribute rights

Returns:

  • (Object)

    the current value of rights



19
20
21
# File 'lib/repub/epub/content.rb', line 19

def rights
  @rights
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



19
20
21
# File 'lib/repub/epub/content.rb', line 19

def subject
  @subject
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



19
20
21
# File 'lib/repub/epub/content.rb', line 19

def title
  @title
end