class Charging::Domain::Collection
Public Class Methods
new(account, response)
click to toggle source
Calls superclass method
# File lib/charging/domain.rb, line 155 def initialize(account, response) super(response, account: account) end
Public Instance Methods
load_object_with(attributes)
click to toggle source
# File lib/charging/domain.rb, line 159 def load_object_with(attributes) Domain.load_persisted_domain(attributes, last_response, @account) end