Class: Peddler::APIs::SupplySources20200701::ReturnLocation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SupplySources20200701::ReturnLocation
- Defined in:
- sig/peddler/apis/supply_sources_2020_07_01.rbs
Instance Attribute Summary collapse
-
#address_with_contact ⇒ Peddler::APIs::SupplySources20200701::AddressWithContact?
readonly
Returns the value of attribute address_with_contact.
-
#supply_source_id ⇒ String?
readonly
Returns the value of attribute supply_source_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :address_with_contact, :supply_source_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SupplySources20200701::ReturnLocation
Instance Method Summary collapse
-
#members ⇒ [ :address_with_contact, :supply_source_id ]
-
#to_h ⇒ { address_with_contact: Peddler::APIs::SupplySources20200701::AddressWithContact?, supply_source_id: String? }
Instance Attribute Details
#address_with_contact ⇒ Peddler::APIs::SupplySources20200701::AddressWithContact? (readonly)
Returns the value of attribute address_with_contact.
372 373 374 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 372 def address_with_contact @address_with_contact end |
#supply_source_id ⇒ String? (readonly)
Returns the value of attribute supply_source_id.
373 374 375 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 373 def supply_source_id @supply_source_id end |
Class Method Details
.[](address_with_contact:, supply_source_id:) ⇒ Peddler::APIs::SupplySources20200701::ReturnLocation .[](arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::ReturnLocation
365 366 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 365
def self.[]: (?address_with_contact: Peddler::APIs::SupplySources20200701::AddressWithContact?, ?supply_source_id: String?) -> Peddler::APIs::SupplySources20200701::ReturnLocation
| (Peddler::APIs::SupplySources20200701::AddressWithContact?, String?) -> Peddler::APIs::SupplySources20200701::ReturnLocation
|
.members ⇒ [ :address_with_contact, :supply_source_id ]
368 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 368
def self.members: () -> [ :address_with_contact, :supply_source_id ]
|
.new(address_with_contact:, supply_source_id:) ⇒ Peddler::APIs::SupplySources20200701::ReturnLocation .new(arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::ReturnLocation
363 364 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 363
def self.new: (?address_with_contact: Peddler::APIs::SupplySources20200701::AddressWithContact?, ?supply_source_id: String?) -> Peddler::APIs::SupplySources20200701::ReturnLocation
| (Peddler::APIs::SupplySources20200701::AddressWithContact?, String?) -> Peddler::APIs::SupplySources20200701::ReturnLocation
|
.parse ⇒ Peddler::APIs::SupplySources20200701::ReturnLocation
370 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 370
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SupplySources20200701::ReturnLocation
|
Instance Method Details
#members ⇒ [ :address_with_contact, :supply_source_id ]
375 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 375
def members: () -> [ :address_with_contact, :supply_source_id ]
|
#to_h ⇒ { address_with_contact: Peddler::APIs::SupplySources20200701::AddressWithContact?, supply_source_id: String? }
376 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 376
def to_h: () -> { address_with_contact: Peddler::APIs::SupplySources20200701::AddressWithContact?, supply_source_id: String? }
|