Exception: Schet::SchetError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ SchetError

Returns a new instance of SchetError.



14
15
16
17
# File 'lib/schet.rb', line 14

def initialize(data)
  @data = data
  super
end

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



12
13
14
# File 'lib/schet.rb', line 12

def data
  @data
end