Class: Auspost::Postie::Error
- Inherits:
-
Object
- Object
- Auspost::Postie::Error
- Defined in:
- lib/auspost/postie.rb
Instance Attribute Summary collapse
-
#accessor ⇒ Object
readonly
Returns the value of attribute accessor.
Instance Method Summary collapse
-
#initialize(accessor) ⇒ Error
constructor
A new instance of Error.
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
#accessor ⇒ Object (readonly)
Returns the value of attribute accessor.
80 81 82 |
# File 'lib/auspost/postie.rb', line 80 def accessor @accessor end |