Method: Einvoice::Result#initialize
- Defined in:
- lib/einvoice/result.rb
#initialize(response = nil) ⇒ Result
Returns a new instance of Result.
5 6 7 |
# File 'lib/einvoice/result.rb', line 5 def initialize(response = nil) @response = response end |