Class: Sentdm::Models::ProfileDetail::BillingContact
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
173
|
# File 'sig/sentdm/models/profile_detail.rbs', line 173
def initialize: (
|
Instance Attribute Details
#address ⇒ String?
220
|
# File 'lib/sentdm/models/profile_detail.rb', line 220
optional :address, String, nil?: true
|
#email ⇒ String?
225
|
# File 'lib/sentdm/models/profile_detail.rb', line 225
optional :email, String, nil?: true
|
#name ⇒ String?
230
|
# File 'lib/sentdm/models/profile_detail.rb', line 230
optional :name, String, nil?: true
|
#phone ⇒ String?
235
|
# File 'lib/sentdm/models/profile_detail.rb', line 235
optional :phone, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
180
|
# File 'sig/sentdm/models/profile_detail.rbs', line 180
def to_hash: -> {
|