Class: MPD::Controller::Status::Playlist
- Inherits:
-
Struct
- Object
- Struct
- MPD::Controller::Status::Playlist
- Defined in:
- lib/mpd/controller/status.rb
Instance Attribute Summary collapse
-
#current ⇒ Object
Returns the value of attribute current.
-
#length ⇒ Object
Returns the value of attribute length.
-
#next ⇒ Object
Returns the value of attribute next.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#current ⇒ Object
Returns the value of attribute current
15 16 17 |
# File 'lib/mpd/controller/status.rb', line 15 def current @current end |
#length ⇒ Object
Returns the value of attribute length
15 16 17 |
# File 'lib/mpd/controller/status.rb', line 15 def length @length end |
#next ⇒ Object
Returns the value of attribute next
15 16 17 |
# File 'lib/mpd/controller/status.rb', line 15 def next @next end |
#version ⇒ Object
Returns the value of attribute version
15 16 17 |
# File 'lib/mpd/controller/status.rb', line 15 def version @version end |