Class: Peddler::APIs::FulfillmentInbound20240320::ContactInformation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ContactInformation
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#email ⇒ String?
readonly
Returns the value of attribute email.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#phone_number ⇒ String
readonly
Returns the value of attribute phone_number.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :name, :phone_number, :email ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ContactInformation
Instance Method Summary collapse
-
#members ⇒ [ :name, :phone_number, :email ]
-
#to_h ⇒ { name: String, phone_number: String, email: String? }
Instance Attribute Details
#email ⇒ String? (readonly)
Returns the value of attribute email.
380 381 382 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 380 def email @email end |
#name ⇒ String (readonly)
Returns the value of attribute name.
381 382 383 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 381 def name @name end |
#phone_number ⇒ String (readonly)
Returns the value of attribute phone_number.
382 383 384 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 382 def phone_number @phone_number end |
Class Method Details
.[](name:, phone_number:, email:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ContactInformation .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::ContactInformation
373 374 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 373
def self.[]: (name: String, phone_number: String, ?email: String?) -> Peddler::APIs::FulfillmentInbound20240320::ContactInformation
| (String, String, String?) -> Peddler::APIs::FulfillmentInbound20240320::ContactInformation
|
.members ⇒ [ :name, :phone_number, :email ]
376 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 376
def self.members: () -> [ :name, :phone_number, :email ]
|
.new(name:, phone_number:, email:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ContactInformation .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::ContactInformation
371 372 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 371
def self.new: (name: String, phone_number: String, ?email: String?) -> Peddler::APIs::FulfillmentInbound20240320::ContactInformation
| (String, String, String?) -> Peddler::APIs::FulfillmentInbound20240320::ContactInformation
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ContactInformation
378 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 378
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ContactInformation
|
Instance Method Details
#members ⇒ [ :name, :phone_number, :email ]
384 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 384
def members: () -> [ :name, :phone_number, :email ]
|
#to_h ⇒ { name: String, phone_number: String, email: String? }
385 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 385
def to_h: () -> { name: String, phone_number: String, email: String? }
|