Sha256: e47b71f59bfe911c07cf08d0c7138d6bf65807decf1b278cae35648dbc70bfe4

Contents?: true

Size: 723 Bytes

Versions: 8

Compression:

Stored size: 723 Bytes

Contents

module Billimatic
  module Entities
    class Company < Base
      attribute :id, Integer
      attribute :account_id, Integer
      attribute :name, String
      attribute :company_name, String
      attribute :cnpj, String
      attribute :address, String
      attribute :number, String
      attribute :zipcode, String
      attribute :district, String
      attribute :complement, String
      attribute :city, String
      attribute :state, String
      attribute :ibge_code, String
      attribute :contacts, String
      attribute :billing_contacts, String
      attribute :comments, String
      attribute :kind, String
      attribute :created_at, DateTime
      attribute :updated_at, DateTime
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
billimatic-client-0.5.1 lib/billimatic/entities/company.rb
billimatic-client-0.5.0 lib/billimatic/entities/company.rb
billimatic-client-0.4.0 lib/billimatic/entities/company.rb
billimatic-client-0.3.0 lib/billimatic/entities/company.rb
billimatic-client-0.2.1 lib/billimatic/entities/company.rb
billimatic-client-0.1.2 lib/billimatic/entities/company.rb
billimatic-client-0.1.1 lib/billimatic/entities/company.rb
billimatic-client-0.1.0 lib/billimatic/entities/company.rb