Class: Telnyx::Models::PhoneNumberBlocks::Job
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::PhoneNumberBlocks::Job
- Defined in:
- lib/telnyx/models/phone_number_blocks/job.rb,
sig/telnyx/models/phone_number_blocks/job.rbs
Overview
Defined Under Namespace
Modules: Status, Type Classes: FailedOperation, SuccessfulOperation
Instance Attribute Summary collapse
-
#created_at ⇒ String?
readonly
Returns the value of attribute created_at.
-
#etc ⇒ Time?
readonly
Returns the value of attribute etc.
-
#failed_operations ⇒ ::Array[Telnyx::PhoneNumberBlocks::Job::FailedOperation]?
readonly
Returns the value of attribute failed_operations.
-
#id ⇒ String?
readonly
Returns the value of attribute id.
-
#record_type ⇒ String?
readonly
Returns the value of attribute record_type.
-
#status ⇒ Telnyx::Models::PhoneNumberBlocks::Job::status?
readonly
Returns the value of attribute status.
-
#successful_operations ⇒ ::Array[Telnyx::PhoneNumberBlocks::Job::SuccessfulOperation]?
readonly
Returns the value of attribute successful_operations.
-
#type ⇒ Telnyx::Models::PhoneNumberBlocks::Job::type_?
readonly
Returns the value of attribute type.
-
#updated_at ⇒ String?
readonly
Returns the value of attribute updated_at.
Class Method Summary collapse
Instance Method Summary collapse
- #created_at ⇒ String readonly
- #etc ⇒ Time readonly
- #failed_operations ⇒ Object readonly
- #id ⇒ String readonly
-
#initialize(id: nil, phone_number: nil) ⇒ Object
constructor
The phone numbers successfully updated.
- #record_type ⇒ String readonly
- #status ⇒ Object readonly
- #successful_operations ⇒ Object readonly
- #to_hash ⇒ {
- #type ⇒ Object readonly
- #updated_at ⇒ String readonly
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(id: nil, phone_number: nil) ⇒ Object
The phone numbers successfully updated.
|
|
# File 'lib/telnyx/models/phone_number_blocks/job.rb', line 105
|
Instance Attribute Details
#created_at ⇒ String? (readonly)
Returns the value of attribute created_at.
22 23 24 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 22 def created_at @created_at end |
#etc ⇒ Time? (readonly)
Returns the value of attribute etc.
26 27 28 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 26 def etc @etc end |
#failed_operations ⇒ ::Array[Telnyx::PhoneNumberBlocks::Job::FailedOperation]? (readonly)
Returns the value of attribute failed_operations.
30 31 32 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 30 def failed_operations @failed_operations end |
#id ⇒ String? (readonly)
Returns the value of attribute id.
18 19 20 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 18 def id @id end |
#record_type ⇒ String? (readonly)
Returns the value of attribute record_type.
36 37 38 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 36 def record_type @record_type end |
#status ⇒ Telnyx::Models::PhoneNumberBlocks::Job::status? (readonly)
Returns the value of attribute status.
40 41 42 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 40 def status @status end |
#successful_operations ⇒ ::Array[Telnyx::PhoneNumberBlocks::Job::SuccessfulOperation]? (readonly)
Returns the value of attribute successful_operations.
46 47 48 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 46 def successful_operations @successful_operations end |
#type ⇒ Telnyx::Models::PhoneNumberBlocks::Job::type_? (readonly)
Returns the value of attribute type.
52 53 54 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 52 def type @type end |
#updated_at ⇒ String? (readonly)
Returns the value of attribute updated_at.
58 59 60 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 58 def updated_at @updated_at end |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/phone_number_blocks/job.rb', line 124
|
Instance Method Details
#created_at= ⇒ String (readonly)
24 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 24
def created_at=: (String) -> String
|
#etc= ⇒ Time (readonly)
28 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 28
def etc=: (Time) -> Time
|
#failed_operations= ⇒ Object (readonly)
32 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 32
def failed_operations=: (
|
#id= ⇒ String (readonly)
20 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 20
def id=: (String) -> String
|
#record_type= ⇒ String (readonly)
38 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 38
def record_type=: (String) -> String
|
#status= ⇒ Object (readonly)
42 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 42
def status=: (
|
#successful_operations= ⇒ Object (readonly)
48 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 48
def successful_operations=: (
|
#to_hash ⇒ {
74 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 74
def to_hash: -> {
|
#type= ⇒ Object (readonly)
54 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 54
def type=: (
|
#updated_at= ⇒ String (readonly)
60 |
# File 'sig/telnyx/models/phone_number_blocks/job.rbs', line 60
def updated_at=: (String) -> String
|