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

- (TopsyError) initialize(data)

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

- (Object) data (readonly)

Returns the value of attribute data



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

def data
  @data
end