Exception: Bucketface::BucketfaceError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ BucketfaceError

Returns a new instance of BucketfaceError.



19
20
21
22
# File 'lib/bucketface.rb', line 19

def initialize(data)
  @data = data
  super
end

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



17
18
19
# File 'lib/bucketface.rb', line 17

def data
  @data
end