Exception: Topsy::TopsyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/topsy.rb

Direct Known Subclasses

General

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ TopsyError

Returns a new instance of TopsyError.



13
14
15
16
# File 'lib/topsy.rb', line 13

def initialize(data)
  @data = data
  super
end

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



11
12
13
# File 'lib/topsy.rb', line 11

def data
  @data
end