Module: Telnyx::Models::Legacy::Reporting::BatchDetailRecords::MdrDetailReportResponse::Direction
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb,
sig/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rbs
Constant Summary collapse
- INBOUND =
:INBOUND- OUTBOUND =
:OUTBOUND
Instance Method Summary collapse
- #initialize(id: nil, connections: nil, created_at: nil, directions: nil, end_date: nil, filters: nil, profiles: nil, record_type: nil, record_types: nil, report_name: nil, report_url: nil, start_date: nil, status: nil, updated_at: nil) ⇒ Object
- #self?.values ⇒ ::Array[Telnyx::Models::Legacy::Reporting::BatchDetailRecords::MdrDetailReportResponse::direction]
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#initialize(id: nil, connections: nil, created_at: nil, directions: nil, end_date: nil, filters: nil, profiles: nil, record_type: nil, record_types: nil, report_name: nil, report_url: nil, start_date: nil, status: nil, updated_at: nil) ⇒ Object
113 114 115 116 117 118 119 120 121 |
# File 'lib/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rb', line 113 module Direction extend Telnyx::Internal::Type::Enum INBOUND = :INBOUND OUTBOUND = :OUTBOUND # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Telnyx::Models::Legacy::Reporting::BatchDetailRecords::MdrDetailReportResponse::direction]
131 |
# File 'sig/telnyx/models/legacy/reporting/batch_detail_records/mdr_detail_report_response.rbs', line 131
def self?.values: -> ::Array[Telnyx::Models::Legacy::Reporting::BatchDetailRecords::MdrDetailReportResponse::direction]
|