Class: PlexRubySDK::Operations::Metadata

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/plex_ruby_sdk/models/operations/metadata.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(added_at: nil, art: nil, audience_rating: nil, audience_rating_image: nil, availability_id: nil, banner: nil, child_count: nil, content_rating: nil, duration: nil, expires_at: nil, guid: nil, image: nil, imdb_rating_count: nil, is_continuing_series: nil, key: nil, leaf_count: nil, originally_available_at: nil, original_title: nil, playable_key: nil, public_pages_url: nil, rating: nil, rating_image: nil, rating_key: nil, skip_children: nil, slug: nil, streaming_media_id: nil, studio: nil, subtype: nil, tagline: nil, theme: nil, thumb: nil, title: nil, type: nil, user_state: nil, year: nil) ⇒ Metadata

Returns a new instance of Metadata.



90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# File 'lib/plex_ruby_sdk/models/operations/metadata.rb', line 90

def initialize(added_at: nil, art: nil, audience_rating: nil, audience_rating_image: nil, availability_id: nil, banner: nil, child_count: nil, content_rating: nil, duration: nil, expires_at: nil, guid: nil, image: nil, imdb_rating_count: nil, is_continuing_series: nil, key: nil, leaf_count: nil, originally_available_at: nil, original_title: nil, playable_key: nil, public_pages_url: nil, rating: nil, rating_image: nil, rating_key: nil, skip_children: nil, slug: nil, streaming_media_id: nil, studio: nil, subtype: nil, tagline: nil, theme: nil, thumb: nil, title: nil, type: nil, user_state: nil, year: nil)
  @added_at = added_at
  @art = art
  @audience_rating = audience_rating
  @audience_rating_image = audience_rating_image
  @availability_id = availability_id
  @banner = banner
  @child_count = child_count
  @content_rating = content_rating
  @duration = duration
  @expires_at = expires_at
  @guid = guid
  @image = image
  @imdb_rating_count = imdb_rating_count
  @is_continuing_series = is_continuing_series
  @key = key
  @leaf_count = leaf_count
  @originally_available_at = originally_available_at
  @original_title = original_title
  @playable_key = playable_key
  @public_pages_url = public_pages_url
  @rating = rating
  @rating_image = rating_image
  @rating_key = rating_key
  @skip_children = skip_children
  @slug = slug
  @streaming_media_id = streaming_media_id
  @studio = studio
  @subtype = subtype
  @tagline = tagline
  @theme = theme
  @thumb = thumb
  @title = title
  @type = type
  @user_state = user_state
  @year = year
end