Class: Peddler::APIs::SupplySources20200701::ServicesCapability
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SupplySources20200701::ServicesCapability
- Defined in:
- sig/peddler/apis/supply_sources_2020_07_01.rbs
Instance Attribute Summary collapse
-
#operational_configuration ⇒ Peddler::APIs::SupplySources20200701::OperationalConfiguration?
readonly
Returns the value of attribute operational_configuration.
-
#supported ⇒ Boolean?
readonly
Returns the value of attribute supported.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :supported, :operational_configuration ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SupplySources20200701::ServicesCapability
Instance Method Summary collapse
-
#members ⇒ [ :supported, :operational_configuration ]
-
#supported? ⇒ Boolean
-
#to_h ⇒ { supported: bool?, operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration? }
Instance Attribute Details
#operational_configuration ⇒ Peddler::APIs::SupplySources20200701::OperationalConfiguration? (readonly)
Returns the value of attribute operational_configuration.
389 390 391 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 389 def operational_configuration @operational_configuration end |
#supported ⇒ Boolean? (readonly)
Returns the value of attribute supported.
390 391 392 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 390 def supported @supported end |
Class Method Details
.[](supported:, operational_configuration:) ⇒ Peddler::APIs::SupplySources20200701::ServicesCapability .[](arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::ServicesCapability
382 383 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 382
def self.[]: (?supported: bool?, ?operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?) -> Peddler::APIs::SupplySources20200701::ServicesCapability
| (bool?, Peddler::APIs::SupplySources20200701::OperationalConfiguration?) -> Peddler::APIs::SupplySources20200701::ServicesCapability
|
.members ⇒ [ :supported, :operational_configuration ]
385 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 385
def self.members: () -> [ :supported, :operational_configuration ]
|
.new(supported:, operational_configuration:) ⇒ Peddler::APIs::SupplySources20200701::ServicesCapability .new(arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::ServicesCapability
380 381 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 380
def self.new: (?supported: bool?, ?operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?) -> Peddler::APIs::SupplySources20200701::ServicesCapability
| (bool?, Peddler::APIs::SupplySources20200701::OperationalConfiguration?) -> Peddler::APIs::SupplySources20200701::ServicesCapability
|
.parse ⇒ Peddler::APIs::SupplySources20200701::ServicesCapability
387 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 387
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SupplySources20200701::ServicesCapability
|
Instance Method Details
#members ⇒ [ :supported, :operational_configuration ]
392 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 392
def members: () -> [ :supported, :operational_configuration ]
|
#supported? ⇒ Boolean
393 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 393
def supported?: () -> bool
|
#to_h ⇒ { supported: bool?, operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration? }
394 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 394
def to_h: () -> { supported: bool?, operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration? }
|