Class: Zavudev::Models::CallHangupResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Zavudev::Models::CallHangupResponse
- Defined in:
- lib/zavudev/models/call_hangup_response.rb,
sig/zavudev/models/call_hangup_response.rbs
Overview
Defined Under Namespace
Classes: Call
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(call:) ⇒ CallHangupResponse
constructor
A new instance of CallHangupResponse.
- #to_hash ⇒ { call: Zavudev::Models::CallHangupResponse::Call }
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(call:) ⇒ CallHangupResponse
Returns a new instance of CallHangupResponse.
|
|
# File 'lib/zavudev/models/call_hangup_response.rb', line 12
|
Instance Attribute Details
#call ⇒ Zavudev::Models::CallHangupResponse::Call
10 |
# File 'lib/zavudev/models/call_hangup_response.rb', line 10 required :call, -> { Zavudev::Models::CallHangupResponse::Call } |
Instance Method Details
#to_hash ⇒ { call: Zavudev::Models::CallHangupResponse::Call }
11 |
# File 'sig/zavudev/models/call_hangup_response.rbs', line 11
def to_hash: -> { call: Zavudev::Models::CallHangupResponse::Call }
|