Sha256: a5c4fd397cc5935ea8f334c3ce49ccbc5268e22346ae4263117e50c38e1ac66f

Contents?: true

Size: 447 Bytes

Versions: 1

Compression:

Stored size: 447 Bytes

Contents

module Alula
  module Video
    class Device < Alula::Video::BaseResource
      extend Alula::ApiOperations::Request

      field :account_id, type: :string
      field :active, type: :boolean
      field :brand, type: :string
      field :hardware_id, type: :string
      field :manufacturer, type: :string
      field :name, type: :string
      field :serial_number, type: :string
      field :verification_code, type: :string
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alula-ruby-0.54.0 lib/alula/resources/video/device.rb