Exception: Twinfield::Create::EmptyInvoice
- Defined in:
- lib/twinfield/create/error.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize(message, object:) ⇒ EmptyInvoice
constructor
A new instance of EmptyInvoice.
Constructor Details
#initialize(message, object:) ⇒ EmptyInvoice
Returns a new instance of EmptyInvoice.
24 25 26 27 |
# File 'lib/twinfield/create/error.rb', line 24 def initialize , object: super self.object = object end |
Instance Attribute Details
#object ⇒ Object
Returns the value of attribute object.
22 23 24 |
# File 'lib/twinfield/create/error.rb', line 22 def object @object end |