Class: PlexRubySDK::Operations::StatisticsBandwidth
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- PlexRubySDK::Operations::StatisticsBandwidth
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/statisticsbandwidth.rb
Instance Method Summary collapse
-
#initialize(account_id: nil, at: nil, bytes: nil, device_id: nil, lan: nil, timespan: nil) ⇒ StatisticsBandwidth
constructor
A new instance of StatisticsBandwidth.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(account_id: nil, at: nil, bytes: nil, device_id: nil, lan: nil, timespan: nil) ⇒ StatisticsBandwidth
Returns a new instance of StatisticsBandwidth.
29 30 31 32 33 34 35 36 |
# File 'lib/plex_ruby_sdk/models/operations/statisticsbandwidth.rb', line 29 def initialize(account_id: nil, at: nil, bytes: nil, device_id: nil, lan: nil, timespan: nil) @account_id = account_id @at = at @bytes = bytes @device_id = device_id @lan = lan @timespan = timespan end |