Class: MPD::Controller::Decoders::Decoder
- Inherits:
-
Struct
- Object
- Struct
- MPD::Controller::Decoders::Decoder
- Defined in:
- lib/mpd/controller/decoders.rb
Instance Attribute Summary collapse
-
#mime_types ⇒ Object
Returns the value of attribute mime_types.
-
#name ⇒ Object
Returns the value of attribute name.
-
#suffixes ⇒ Object
Returns the value of attribute suffixes.
Instance Attribute Details
#mime_types ⇒ Object
Returns the value of attribute mime_types
14 15 16 |
# File 'lib/mpd/controller/decoders.rb', line 14 def mime_types @mime_types end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/mpd/controller/decoders.rb', line 14 def name @name end |
#suffixes ⇒ Object
Returns the value of attribute suffixes
14 15 16 |
# File 'lib/mpd/controller/decoders.rb', line 14 def suffixes @suffixes end |