Class: Peddler::APIs::SupplySources20200701::DeliveryChannel
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SupplySources20200701::DeliveryChannel
- 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::DeliveryChannel
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.
127 128 129 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 127 def operational_configuration @operational_configuration end |
#supported ⇒ Boolean? (readonly)
Returns the value of attribute supported.
128 129 130 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 128 def supported @supported end |
Class Method Details
.[](supported:, operational_configuration:) ⇒ Peddler::APIs::SupplySources20200701::DeliveryChannel .[](arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::DeliveryChannel
120 121 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 120
def self.[]: (?supported: bool?, ?operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?) -> Peddler::APIs::SupplySources20200701::DeliveryChannel
| (bool?, Peddler::APIs::SupplySources20200701::OperationalConfiguration?) -> Peddler::APIs::SupplySources20200701::DeliveryChannel
|
.members ⇒ [ :supported, :operational_configuration ]
123 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 123
def self.members: () -> [ :supported, :operational_configuration ]
|
.new(supported:, operational_configuration:) ⇒ Peddler::APIs::SupplySources20200701::DeliveryChannel .new(arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::DeliveryChannel
118 119 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 118
def self.new: (?supported: bool?, ?operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?) -> Peddler::APIs::SupplySources20200701::DeliveryChannel
| (bool?, Peddler::APIs::SupplySources20200701::OperationalConfiguration?) -> Peddler::APIs::SupplySources20200701::DeliveryChannel
|
.parse ⇒ Peddler::APIs::SupplySources20200701::DeliveryChannel
125 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 125
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SupplySources20200701::DeliveryChannel
|
Instance Method Details
#members ⇒ [ :supported, :operational_configuration ]
130 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 130
def members: () -> [ :supported, :operational_configuration ]
|
#supported? ⇒ Boolean
131 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 131
def supported?: () -> bool
|
#to_h ⇒ { supported: bool?, operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration? }
132 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 132
def to_h: () -> { supported: bool?, operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration? }
|