Exception: Songkick::SongkickError
- Inherits:
-
StandardError
- Object
- StandardError
- Songkick::SongkickError
- Defined in:
- lib/songkick.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data) ⇒ SongkickError
constructor
A new instance of SongkickError.
Constructor Details
#initialize(data) ⇒ SongkickError
Returns a new instance of SongkickError.
17 18 19 20 |
# File 'lib/songkick.rb', line 17 def initialize(data) @data = data super end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
16 17 18 |
# File 'lib/songkick.rb', line 16 def data @data end |