Class: Economic::CreditorContactProxy

Inherits:
EntityProxy show all
Defined in:
lib/economic/proxies/creditor_contact_proxy.rb

Instance Attribute Summary

Attributes inherited from EntityProxy

#owner

Instance Method Summary collapse

Methods inherited from EntityProxy

#all, #append, #build, entity_class, #entity_class, entity_class_name, #entity_class_name, #find, #get_data, #initialize, #session

Constructor Details

This class inherits a constructor from Economic::EntityProxy

Instance Method Details

#find_by_name(name) ⇒ Object

Returns CreditorContact that have the given name. The objects will only be partially loaded



9
10
11
# File 'lib/economic/proxies/creditor_contact_proxy.rb', line 9

def find_by_name(name)
  Proxies::Actions::FindByName.new(self, name).call
end