Class: Amocrm::Models::CustomerSegmentListResponse::CustomerSegmentListResponse::Embedded
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Amocrm::Models::CustomerSegmentListResponse::CustomerSegmentListResponse::Embedded
- Defined in:
- lib/amocrm/models/customer_segment_list_response.rb,
sig/amocrm/models/customer_segment_list_response.rbs
Overview
Defined Under Namespace
Classes: Segment
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
49 |
# File 'sig/amocrm/models/customer_segment_list_response.rbs', line 49
def initialize: (
|
Instance Attribute Details
#segments ⇒ Array<Amocrm::Models::CustomerSegmentListResponse::CustomerSegmentListResponse::Embedded::Segment>?
34 35 |
# File 'lib/amocrm/models/customer_segment_list_response.rb', line 34 optional :segments, -> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::CustomerSegmentListResponse::CustomerSegmentListResponse::Embedded::Segment] } |
Instance Method Details
#to_hash ⇒ {
53 |
# File 'sig/amocrm/models/customer_segment_list_response.rbs', line 53
def to_hash: -> {
|