class BusinessCentral::Object::Company

Constants

OBJECT
OBJECT_METHODS

Public Class Methods

new(client, _args) click to toggle source
Calls superclass method BusinessCentral::Object::Base::new
# File lib/business_central/object/company.rb, line 12
def initialize(client, _args)
  super(client)
  @parent_path = []
end