Sha256: 03f17a913cf8ce38a831bc43036ba6e3e378c09ab4ffdc5ec53fa18780fe0340
Contents?: true
Size: 391 Bytes
Versions: 46
Compression:
Stored size: 391 Bytes
Contents
# bandwidth # # This file was automatically generated by APIMATIC v2.0 # ( https://apimatic.io ). module Bandwidth # Direction. class DirectionEnum DIRECTION_ENUM = [ # TODO: Write general description for INBOUND INBOUND = 'inbound'.freeze, # TODO: Write general description for OUTBOUND OUTBOUND = 'outbound'.freeze ].freeze end end
Version data entries
46 entries across 46 versions & 1 rubygems