Class: Plex::Part
- Inherits:
-
Object
- Object
- Plex::Part
- Defined in:
- lib/plex-ruby/part.rb
Constant Summary collapse
- ATTRIBUTES =
%w(id key duration file size)
Instance Attribute Summary collapse
-
#streams ⇒ Object
readonly
Returns the value of attribute streams.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(node) ⇒ Part
constructor
A new instance of Part.
Constructor Details
Instance Attribute Details
#streams ⇒ Object (readonly)
Returns the value of attribute streams.
6 7 8 |
# File 'lib/plex-ruby/part.rb', line 6 def streams @streams end |