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.
951 952 953 |
# File 'sig/peddler/apis/services_v1.rbs', line 951 def address @address end |
#service_location_type ⇒ String? (readonly)
Returns the value of attribute service_location_type.
952 953 954 |
# File 'sig/peddler/apis/services_v1.rbs', line 952 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
944 945 |
# File 'sig/peddler/apis/services_v1.rbs', line 944
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 ]
947 |
# File 'sig/peddler/apis/services_v1.rbs', line 947
def self.members: () -> [ :address, :service_location_type ]
|
.new(address:, service_location_type:) ⇒ Peddler::APIs::ServicesV1::ServiceLocation .new(arg0, arg1) ⇒ Peddler::APIs::ServicesV1::ServiceLocation
942 943 |
# File 'sig/peddler/apis/services_v1.rbs', line 942
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
949 |
# File 'sig/peddler/apis/services_v1.rbs', line 949
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::ServiceLocation
|
Instance Method Details
#members ⇒ [ :address, :service_location_type ]
954 |
# File 'sig/peddler/apis/services_v1.rbs', line 954
def members: () -> [ :address, :service_location_type ]
|
#to_h ⇒ { address: Peddler::APIs::ServicesV1::Address?, service_location_type: String? }
955 |
# File 'sig/peddler/apis/services_v1.rbs', line 955
def to_h: () -> { address: Peddler::APIs::ServicesV1::Address?, service_location_type: String? }
|