Class: Xberg::EpubMetadata
- Inherits:
-
Object
- Object
- Xberg::EpubMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#cover_image ⇒ String?
readonly
Returns the value of attribute cover_image.
-
#coverage ⇒ String?
readonly
Returns the value of attribute coverage.
-
#dc_format ⇒ String?
readonly
Returns the value of attribute dc_format.
-
#dc_type ⇒ String?
readonly
Returns the value of attribute dc_type.
-
#relation ⇒ String?
readonly
Returns the value of attribute relation.
-
#source ⇒ String?
readonly
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.
800 |
# File 'sig/types.rbs', line 800 def initialize: (?coverage: String, ?dc_format: String, ?relation: String, ?source: String, ?dc_type: String, ?cover_image: String) -> void |
Instance Attribute Details
#cover_image ⇒ String? (readonly)
Returns the value of attribute cover_image.
798 799 800 |
# File 'sig/types.rbs', line 798 def cover_image @cover_image end |
#coverage ⇒ String? (readonly)
Returns the value of attribute coverage.
793 794 795 |
# File 'sig/types.rbs', line 793 def coverage @coverage end |
#dc_format ⇒ String? (readonly)
Returns the value of attribute dc_format.
794 795 796 |
# File 'sig/types.rbs', line 794 def dc_format @dc_format end |
#dc_type ⇒ String? (readonly)
Returns the value of attribute dc_type.
797 798 799 |
# File 'sig/types.rbs', line 797 def dc_type @dc_type end |
#relation ⇒ String? (readonly)
Returns the value of attribute relation.
795 796 797 |
# File 'sig/types.rbs', line 795 def relation @relation end |
#source ⇒ String? (readonly)
Returns the value of attribute source.
796 797 798 |
# File 'sig/types.rbs', line 796 def source @source end |