Sha256: a0180d22fe4b0f9349ef0cd1c8a6dd4357c8b6c31076bf1cb495228c2cb7342e

Contents?: true

Size: 391 Bytes

Versions: 6

Compression:

Stored size: 391 Bytes

Contents

module Xeroizer
  module Record
    
    class OrganisationModel < BaseModel
    
      set_api_controller_name 'Organisation'
      set_permissions :read
      
    end
    
    class Organisation < Base
      
      string :name
      string :legal_name
      boolean :pays_tax
      string :version
      string :organisation_type
      string :base_currency
      
    end
    
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
xeroizer-0.2.2 lib/xeroizer/models/organisation.rb
xeroizer-0.2.1 lib/xeroizer/models/organisation.rb
xeroizer-0.2.0 lib/xeroizer/models/organisation.rb
xeroizer-0.1.3 lib/xeroizer/models/organisation.rb
xeroizer-0.1.2 lib/xeroizer/models/organisation.rb
xeroizer-0.1.0 lib/xeroizer/models/organisation.rb