Class: Peddler::APIs::SupplySources20200701::ReturnLocation

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/supply_sources_2020_07_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#address_with_contactPeddler::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_idString? (readonly)

Returns the value of attribute supply_source_id.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::SupplySources20200701::ReturnLocation

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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? }