Class: Xberg::EpubMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEpubMetadata

Returns a new instance of EpubMetadata.

Parameters:

  • coverage: (String)
  • dc_format: (String)
  • relation: (String)
  • source: (String)
  • dc_type: (String)
  • cover_image: (String)


1485
# File 'sig/types.rbs', line 1485

def initialize: (?coverage: String, ?dc_format: String, ?relation: String, ?source: String, ?dc_type: String, ?cover_image: String) -> void

Instance Attribute Details

#cover_imageString?

Returns the value of attribute cover_image.

Returns:

  • (String, nil)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def cover_image
  @cover_image
end

#coverageString?

Returns the value of attribute coverage.

Returns:

  • (String, nil)


1478
1479
1480
# File 'sig/types.rbs', line 1478

def coverage
  @coverage
end

#dc_formatString?

Returns the value of attribute dc_format.

Returns:

  • (String, nil)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def dc_format
  @dc_format
end

#dc_typeString?

Returns the value of attribute dc_type.

Returns:

  • (String, nil)


1482
1483
1484
# File 'sig/types.rbs', line 1482

def dc_type
  @dc_type
end

#relationString?

Returns the value of attribute relation.

Returns:

  • (String, nil)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def relation
  @relation
end

#sourceString?

Returns the value of attribute source.

Returns:

  • (String, nil)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def source
  @source
end