Class: Spotted::Models::AudiobookRetrieveResponse
- Inherits:
-
AudiobookBase
- Object
- Internal::Type::BaseModel
- AudiobookBase
- Spotted::Models::AudiobookRetrieveResponse
- Defined in:
- lib/spotted/models/audiobook_retrieve_response.rb
Overview
Defined Under Namespace
Classes: Chapters
Instance Attribute Summary collapse
-
#chapters ⇒ Spotted::Models::AudiobookRetrieveResponse::Chapters
The chapters of the audiobook.
Attributes inherited from AudiobookBase
#authors, #available_markets, #copyrights, #description, #edition, #explicit, #external_urls, #href, #html_description, #id, #images, #languages, #media_type, #name, #narrators, #publisher, #total_chapters, #type, #uri
Method Summary
Methods inherited from AudiobookBase
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Spotted::Models::AudiobookBase
Instance Attribute Details
#chapters ⇒ Spotted::Models::AudiobookRetrieveResponse::Chapters
The chapters of the audiobook.
11 |
# File 'lib/spotted/models/audiobook_retrieve_response.rb', line 11 required :chapters, -> { Spotted::Models::AudiobookRetrieveResponse::Chapters } |