Class: Peddler::APIs::ServicesV1::ServiceLocation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::ServiceLocation
- Defined in:
- sig/peddler/apis/services_v1.rbs
Instance Attribute Summary collapse
-
#address ⇒ Peddler::APIs::ServicesV1::Address?
readonly
Returns the value of attribute address.
-
#service_location_type ⇒ String?
readonly
Returns the value of attribute service_location_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :address, :service_location_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::ServiceLocation
Instance Method Summary collapse
-
#members ⇒ [ :address, :service_location_type ]
-
#to_h ⇒ { address: Peddler::APIs::ServicesV1::Address?, service_location_type: String? }
Instance Attribute Details
#address ⇒ Peddler::APIs::ServicesV1::Address? (readonly)
Returns the value of attribute address.
972 973 974 |
# File 'sig/peddler/apis/services_v1.rbs', line 972 def address @address end |
#service_location_type ⇒ String? (readonly)
Returns the value of attribute service_location_type.
973 974 975 |
# File 'sig/peddler/apis/services_v1.rbs', line 973 def service_location_type @service_location_type end |
Class Method Details
.[](address:, service_location_type:) ⇒ Peddler::APIs::ServicesV1::ServiceLocation .[](arg0, arg1) ⇒ Peddler::APIs::ServicesV1::ServiceLocation
965 966 |
# File 'sig/peddler/apis/services_v1.rbs', line 965
def self.[]: (?address: Peddler::APIs::ServicesV1::Address?, ?service_location_type: String?) -> Peddler::APIs::ServicesV1::ServiceLocation
| (Peddler::APIs::ServicesV1::Address?, String?) -> Peddler::APIs::ServicesV1::ServiceLocation
|
.members ⇒ [ :address, :service_location_type ]
968 |
# File 'sig/peddler/apis/services_v1.rbs', line 968
def self.members: () -> [ :address, :service_location_type ]
|
.new(address:, service_location_type:) ⇒ Peddler::APIs::ServicesV1::ServiceLocation .new(arg0, arg1) ⇒ Peddler::APIs::ServicesV1::ServiceLocation
963 964 |
# File 'sig/peddler/apis/services_v1.rbs', line 963
def self.new: (?address: Peddler::APIs::ServicesV1::Address?, ?service_location_type: String?) -> Peddler::APIs::ServicesV1::ServiceLocation
| (Peddler::APIs::ServicesV1::Address?, String?) -> Peddler::APIs::ServicesV1::ServiceLocation
|
.parse ⇒ Peddler::APIs::ServicesV1::ServiceLocation
970 |
# File 'sig/peddler/apis/services_v1.rbs', line 970
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::ServiceLocation
|
Instance Method Details
#members ⇒ [ :address, :service_location_type ]
975 |
# File 'sig/peddler/apis/services_v1.rbs', line 975
def members: () -> [ :address, :service_location_type ]
|
#to_h ⇒ { address: Peddler::APIs::ServicesV1::Address?, service_location_type: String? }
976 |
# File 'sig/peddler/apis/services_v1.rbs', line 976
def to_h: () -> { address: Peddler::APIs::ServicesV1::Address?, service_location_type: String? }
|