Class: GovDelivery::TMS::CommandTypes

Inherits:
Object
  • Object
show all
Includes:
CollectionResource
Defined in:
lib/govdelivery/tms/resource/collections.rb

Overview

A collection of CommandType instances. This resource changes infrequently. It may be used to dynamically construct a user interface for configuring arbitrary SMS keywords for an account.

This resource is read-only.

Examples:

client.command_types.get
client.command_types.collection.each {|at| ... }

Method Summary

Methods included from CollectionResource

included