Class: MPD::Controller::Status::Playlist

Inherits:
Struct
  • Object
show all
Defined in:
lib/mpd/controller/status.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currentObject

Returns the value of attribute current



15
16
17
# File 'lib/mpd/controller/status.rb', line 15

def current
  @current
end

#lengthObject

Returns the value of attribute length



15
16
17
# File 'lib/mpd/controller/status.rb', line 15

def length
  @length
end

#nextObject

Returns the value of attribute next



15
16
17
# File 'lib/mpd/controller/status.rb', line 15

def next
  @next
end

#versionObject

Returns the value of attribute version



15
16
17
# File 'lib/mpd/controller/status.rb', line 15

def version
  @version
end