Class: TheTvDbParty::AllSeriesInformation
- Inherits:
-
Object
- Object
- TheTvDbParty::AllSeriesInformation
- Defined in:
- lib/thetvdb_party/all.rb
Instance Attribute Summary collapse
-
#actors ⇒ Object
readonly
Returns the value of attribute actors.
-
#banners ⇒ Object
readonly
Returns the value of attribute banners.
-
#client ⇒ Object
readonly
Returns the value of attribute client.
-
#full_series_record ⇒ Object
readonly
Returns the value of attribute full_series_record.
Instance Method Summary collapse
-
#initialize(client, zip_buffer) ⇒ AllSeriesInformation
constructor
A new instance of AllSeriesInformation.
Constructor Details
#initialize(client, zip_buffer) ⇒ AllSeriesInformation
Returns a new instance of AllSeriesInformation.
6 7 8 9 10 11 |
# File 'lib/thetvdb_party/all.rb', line 6 def initialize(client, zip_buffer) @client = client unzip_file(zip_buffer) end |
Instance Attribute Details
#actors ⇒ Object (readonly)
Returns the value of attribute actors.
4 5 6 |
# File 'lib/thetvdb_party/all.rb', line 4 def actors @actors end |
#banners ⇒ Object (readonly)
Returns the value of attribute banners.
4 5 6 |
# File 'lib/thetvdb_party/all.rb', line 4 def end |
#client ⇒ Object (readonly)
Returns the value of attribute client.
4 5 6 |
# File 'lib/thetvdb_party/all.rb', line 4 def client @client end |
#full_series_record ⇒ Object (readonly)
Returns the value of attribute full_series_record.
4 5 6 |
# File 'lib/thetvdb_party/all.rb', line 4 def full_series_record @full_series_record end |