Class: YSM::AccountService::SetChargeAmount

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, chargeAmount = nil) ⇒ SetChargeAmount

Returns a new instance of SetChargeAmount.



184
185
186
187
# File 'lib/ysm4r/v1/AccountService.rb', line 184

def initialize(accountID = nil, chargeAmount = nil)
  @accountID = accountID
  @chargeAmount = chargeAmount
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



181
182
183
# File 'lib/ysm4r/v1/AccountService.rb', line 181

def accountID
  @accountID
end

#chargeAmountObject

Returns the value of attribute chargeAmount.



182
183
184
# File 'lib/ysm4r/v1/AccountService.rb', line 182

def chargeAmount
  @chargeAmount
end