Class: Xberg::FictionBookMetadata
- Inherits:
-
Object
- Object
- Xberg::FictionBookMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#annotation ⇒ String?
readonly
Returns the value of attribute annotation.
-
#genres ⇒ Array[String]
readonly
Returns the value of attribute genres.
-
#sequences ⇒ Array[String]
readonly
Returns the value of attribute sequences.
Instance Method Summary collapse
-
#initialize ⇒ FictionBookMetadata
constructor
A new instance of FictionBookMetadata.
Constructor Details
#initialize ⇒ FictionBookMetadata
Returns a new instance of FictionBookMetadata.
1037 |
# File 'sig/types.rbs', line 1037 def initialize: (?genres: Array[String], ?sequences: Array[String], ?annotation: String) -> void |
Instance Attribute Details
#annotation ⇒ String? (readonly)
Returns the value of attribute annotation.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def annotation @annotation end |
#genres ⇒ Array[String] (readonly)
Returns the value of attribute genres.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def genres @genres end |
#sequences ⇒ Array[String] (readonly)
Returns the value of attribute sequences.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def sequences @sequences end |