Sha256: 0cfaa2dd1f9149ec25b01cd914e61f9e518de12805661ff2591f3284ae762749

Contents?: true

Size: 323 Bytes

Versions: 2

Compression:

Stored size: 323 Bytes

Contents

# frozen_string_literal: true

require_relative './representer/industry'

module ONEAccess
  module DataObject
    class Industry
      extend Serializable

      represented_by Representer::Industry

      attr_accessor :id
      attr_accessor :name
      attr_accessor :code
      attr_accessor :parent
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
oneaccess-1.3.1 lib/oneaccess/data_object/industry.rb
oneaccess-1.3.0 lib/oneaccess/data_object/industry.rb