Class: Telnyx::Models::SimCardStatus
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::SimCardStatus
- Defined in:
- lib/telnyx/models/sim_card_status.rb,
sig/telnyx/models/sim_card_status.rbs
Defined Under Namespace
Modules: Value
Instance Attribute Summary collapse
-
#reason ⇒ String?
readonly
Returns the value of attribute reason.
-
#value ⇒ Telnyx::Models::SimCardStatus::value?
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(reason: nil, value: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see SimCardStatus for more details.
- #reason ⇒ String readonly
- #to_hash ⇒ {
- #value ⇒ Object 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(reason: nil, value: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::SimCardStatus for more details.
|
|
# File 'lib/telnyx/models/sim_card_status.rb', line 32
|
Instance Attribute Details
#reason ⇒ String? (readonly)
Returns the value of attribute reason.
7 8 9 |
# File 'sig/telnyx/models/sim_card_status.rbs', line 7 def reason @reason end |
#value ⇒ Telnyx::Models::SimCardStatus::value? (readonly)
Returns the value of attribute value.
11 12 13 |
# File 'sig/telnyx/models/sim_card_status.rbs', line 11 def value @value end |
Instance Method Details
#reason= ⇒ String (readonly)
9 |
# File 'sig/telnyx/models/sim_card_status.rbs', line 9
def reason=: (String) -> String
|
#to_hash ⇒ {
22 |
# File 'sig/telnyx/models/sim_card_status.rbs', line 22
def to_hash: -> {
|
#value= ⇒ Object (readonly)
13 |
# File 'sig/telnyx/models/sim_card_status.rbs', line 13
def value=: (
|