Class: Telnyx::Models::PortingOrderActivationSettings
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::PortingOrderActivationSettings
- Defined in:
- lib/telnyx/models/porting_order_activation_settings.rb,
sig/telnyx/models/porting_order_activation_settings.rbs
Instance Attribute Summary collapse
-
#activation_status ⇒ Symbol, ...
Activation status.
-
#fast_port_eligible ⇒ Boolean?
readonly
Returns the value of attribute fast_port_eligible.
-
#foc_datetime_actual ⇒ Time?
ISO 8601 formatted Date/Time of the FOC date.
-
#foc_datetime_requested ⇒ Time?
ISO 8601 formatted Date/Time requested for the FOC date.
Instance Method Summary collapse
- #fast_port_eligible ⇒ Boolean readonly
- #initialize(activation_status: nil, fast_port_eligible: nil, foc_datetime_actual: nil, foc_datetime_requested: nil) ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(activation_status: nil, fast_port_eligible: nil, foc_datetime_actual: nil, foc_datetime_requested: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/porting_order_activation_settings.rb', line 32
|
Instance Attribute Details
#activation_status ⇒ Symbol, ...
Activation status
10 |
# File 'lib/telnyx/models/porting_order_activation_settings.rb', line 10 optional :activation_status, enum: -> { Telnyx::PortingOrderActivationStatus }, nil?: true |
#fast_port_eligible ⇒ Boolean? (readonly)
Returns the value of attribute fast_port_eligible.
18 19 20 |
# File 'sig/telnyx/models/porting_order_activation_settings.rbs', line 18 def fast_port_eligible @fast_port_eligible end |
#foc_datetime_actual ⇒ Time?
ISO 8601 formatted Date/Time of the FOC date
16 |
# File 'lib/telnyx/models/porting_order_activation_settings.rb', line 16 optional :foc_datetime_actual, Time, nil?: true |
#foc_datetime_requested ⇒ Time?
ISO 8601 formatted Date/Time requested for the FOC date
22 |
# File 'lib/telnyx/models/porting_order_activation_settings.rb', line 22 optional :foc_datetime_requested, Time, nil?: true |
Instance Method Details
#fast_port_eligible= ⇒ Boolean (readonly)
20 |
# File 'sig/telnyx/models/porting_order_activation_settings.rbs', line 20
def fast_port_eligible=: (bool) -> bool
|
#to_hash ⇒ {
29 |
# File 'sig/telnyx/models/porting_order_activation_settings.rbs', line 29
def to_hash: -> {
|