Sha256: 3c52a84caa2c5c5db94c9f44789142dd51cdccbe4b9c3b2441b74400e10a407f

Contents?: true

Size: 175 Bytes

Versions: 23

Compression:

Stored size: 175 Bytes

Contents

module GreenButtonData
  module Enumerations
    THIRD_PARTY_APPLICATION_TYPE = {
      1 => :web,
      2 => :desktop,
      3 => :mobile,
      4 => :device
    }
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
green-button-data-0.2.1 lib/green-button-data/enumerations/third_party_application_type.rb
green-button-data-0.2.0 lib/green-button-data/enumerations/third_party_application_type.rb
green-button-data-0.1.2 lib/green-button-data/enumerations/third_party_application_type.rb