Sha256: aa62c259a049a1d3be7548d9899d2c25e660f46ccf92eb4ade2415edb88c9c9d

Contents?: true

Size: 771 Bytes

Versions: 20

Compression:

Stored size: 771 Bytes

Contents

module GovDelivery::TMS #:nodoc:
  # CommandType is a pair of values (name, string_fields, array_fields) that can be attached
  # to a Keyword (in a Command object).
  #
  # This resource is read-only.
  #
  # @attr name [String] The name of the CommandType.
  # @attr string_fields [Array] An Array of strings representing the different string_fields on this
  #   CommandType.  Field values will always be strings.
  # @attr array_fields [Array] An array of strings representing the different array fields on this
  #   CommandType.  Field values will always be arrays of strings.
  #
  class CommandType
    include InstanceResource

    # @!parse attr_reader :string_fields, :array_fields, :name
    readonly_attributes :name, :string_fields, :array_fields
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
govdelivery-tms-3.0.0 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-2.8.4 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-2.8.3 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.10.1 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.10.0 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.9.4 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.9.3 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.9.2 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.9.0 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.8.14 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.8.13 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.8.12 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.8.11 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.8.10 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.8.9 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.8.8 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.8.7 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.8.5 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.8.4 lib/govdelivery/tms/resource/command_type.rb
govdelivery-tms-0.8.3 lib/govdelivery/tms/resource/command_type.rb