Class: TaxCloud::AuthorizedWithCaptureResponse

Inherits:
ResponseBase
  • Object
show all
Defined in:
lib/response/authorized_with_capture_response.rb

Instance Attribute Summary collapse

Attributes inherited from ResponseBase

#messages, #response_type

Instance Method Summary collapse

Constructor Details

#initialize(attrs = {}) ⇒ AuthorizedWithCaptureResponse

Returns a new instance of AuthorizedWithCaptureResponse.



5
6
7
8
9
10
# File 'lib/response/authorized_with_capture_response.rb', line 5

def initialize(attrs = {})
  attrs.each do |sym, val|
    self.send "#{sym}=", val
  end
  super
end

Instance Attribute Details

#authorized_with_capture_resultObject

Returns the value of attribute authorized_with_capture_result.



12
13
14
# File 'lib/response/authorized_with_capture_response.rb', line 12

def authorized_with_capture_result
  @authorized_with_capture_result
end