Class: Xberg::EpubMetadata
- Inherits:
-
Object
- Object
- Xberg::EpubMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#cover_image ⇒ String?
Returns the value of attribute cover_image.
-
#coverage ⇒ String?
Returns the value of attribute coverage.
-
#dc_format ⇒ String?
Returns the value of attribute dc_format.
-
#dc_type ⇒ String?
Returns the value of attribute dc_type.
-
#relation ⇒ String?
Returns the value of attribute relation.
-
#source ⇒ String?
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize ⇒ EpubMetadata
constructor
A new instance of EpubMetadata.
Constructor Details
#initialize ⇒ EpubMetadata
Returns a new instance of EpubMetadata.
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_image ⇒ String?
Returns the value of attribute cover_image.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def cover_image @cover_image end |
#coverage ⇒ String?
Returns the value of attribute coverage.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def coverage @coverage end |
#dc_format ⇒ String?
Returns the value of attribute dc_format.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def dc_format @dc_format end |
#dc_type ⇒ String?
Returns the value of attribute dc_type.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def dc_type @dc_type end |
#relation ⇒ String?
Returns the value of attribute relation.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def relation @relation end |
#source ⇒ String?
Returns the value of attribute source.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def source @source end |