class MfCloud::Invoice::Model::Partner

Attributes

departments[R]

Public Class Methods

new(params) click to toggle source
Calls superclass method MfCloud::Invoice::Model::Base::new
# File lib/mf_cloud/invoice/model/partner.rb, line 8
def initialize(params)
  super
  @departments = MfCloud::Invoice::Collection::DepartmentCollection.new(params["departments"])
end