Class: Erika::Audio
- Inherits:
-
Object
- Object
- Erika::Audio
- Defined in:
- lib/erika/audio.rb
Instance Attribute Summary collapse
-
#full_path ⇒ Object
Returns the value of attribute full_path.
Instance Method Summary collapse
-
#initialize(full_path: Erika::Config.audio) ⇒ Audio
constructor
A new instance of Audio.
Constructor Details
Instance Attribute Details
#full_path ⇒ Object
Returns the value of attribute full_path.
3 4 5 |
# File 'lib/erika/audio.rb', line 3 def full_path @full_path end |