class Charging::ChargeAccount::Collection
Public Class Methods
new(domain, response)
click to toggle source
Calls superclass method
# File lib/charging/charge_account.rb, line 160 def initialize(domain, response) super(response, domain: domain) end
Public Instance Methods
load_object_with(attributes)
click to toggle source
# File lib/charging/charge_account.rb, line 164 def load_object_with(attributes) ChargeAccount.load_persisted_charge_account(attributes, last_response, @domain) end