Class: Auspost::Postie::Error

Inherits:
Object
  • Object
show all
Defined in:
lib/auspost/postie.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accessor) ⇒ Error

Returns a new instance of Error.



82
83
84
# File 'lib/auspost/postie.rb', line 82

def initialize(accessor)
  @accessor = accessor
end

Instance Attribute Details

#accessorObject (readonly)

Returns the value of attribute accessor.



80
81
82
# File 'lib/auspost/postie.rb', line 80

def accessor
  @accessor
end