| Class | MusicExtras::AccessorData |
| In: |
lib/musicextras/accessordata.rb
|
| Parent: | Object |
AccessorData holds information to be passed between a plugin and the class it is extending. When a plugin registers itself with a class, it sends an AccessorData instance to the class.
| accessor | [RW] | A Symbol of the method in @plugin that will actually fetch the data Eg: :get_lyrics |
| cache_path | [RW] | The path used to load and save the cached data (see Cache) |
| plugin | [RW] | Instance of plugin that is registering itself. Usually you will want to pass in ‘self’ |