module DIDWW::Resource::Trunk::CONST
Constants
- CLI_FORMATS
- CLI_FORMAT_E164
- CLI_FORMAT_LOCAL
- CLI_FORMAT_RAW
Allowed values for trunk.cli_format
- CONF_TYPES
- CONF_TYPE_CLASSES
- CONF_TYPE_H323
- CONF_TYPE_IAX2
- CONF_TYPE_PSTN
- CONF_TYPE_SIP
Configuration types
Public Instance Methods
cli_format_human()
click to toggle source
# File lib/didww/resources/trunk/const.rb, line 36 def cli_format_human CLI_FORMATS[cli_format] end
configuration_type_human()
click to toggle source
# File lib/didww/resources/trunk/const.rb, line 40 def configuration_type_human CONF_TYPES[configuration.type] if configuration end