Sha256: 6b73ee4c193620ee9c8cff71dd88b956952bd902fc7c4ceb742ddbb6f5302095

Contents?: true

Size: 289 Bytes

Versions: 2

Compression:

Stored size: 289 Bytes

Contents

# frozen_string_literal: true

module NovaposhtaApi
  module Models
    class ContactPerson < Model
      property :Ref
      property :FirstName
      property :MiddleName
      property :LastName
      property :Phones
      property :Description
      property :Email
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
novaposhta_api-0.2.1 lib/novaposhta_api/models/contact_person.rb
novaposhta_api-0.2.0 lib/novaposhta_api/models/contact_person.rb