Class: Amocrm::Models::CustomerTransactionListByCustomerResponse::CustomerTransactionListResponse::Embedded
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Amocrm::Models::CustomerTransactionListByCustomerResponse::CustomerTransactionListResponse::Embedded
- Defined in:
- lib/amocrm/models/customer_transaction_list_by_customer_response.rb,
sig/amocrm/models/customer_transaction_list_by_customer_response.rbs
Overview
Defined Under Namespace
Classes: Transaction
Instance Attribute Summary collapse
Instance Method Summary collapse
- #initialize ⇒ 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 ⇒ Object
56 |
# File 'sig/amocrm/models/customer_transaction_list_by_customer_response.rbs', line 56
def initialize: (
|
Instance Attribute Details
#transactions ⇒ Array<Amocrm::Models::CustomerTransactionListByCustomerResponse::CustomerTransactionListResponse::Embedded::Transaction>?
40 41 42 43 44 45 |
# File 'lib/amocrm/models/customer_transaction_list_by_customer_response.rb', line 40 optional :transactions, -> do Amocrm::Internal::Type::ArrayOf[ Amocrm::Models::CustomerTransactionListByCustomerResponse::CustomerTransactionListResponse::Embedded::Transaction ] end |
Instance Method Details
#to_hash ⇒ {
60 |
# File 'sig/amocrm/models/customer_transaction_list_by_customer_response.rbs', line 60
def to_hash: -> {
|