Class: Peddler::APIs::SupplySources20200701::SupplySourceConfiguration
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SupplySources20200701::SupplySourceConfiguration
- 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.
-
#timezone ⇒ String?
readonly
Returns the value of attribute timezone.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :operational_configuration, :timezone ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SupplySources20200701::SupplySourceConfiguration
Instance Method Summary collapse
-
#members ⇒ [ :operational_configuration, :timezone ]
-
#to_h ⇒ { operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?, timezone: String? }
Instance Attribute Details
#operational_configuration ⇒ Peddler::APIs::SupplySources20200701::OperationalConfiguration? (readonly)
Returns the value of attribute operational_configuration.
448 449 450 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 448 def operational_configuration @operational_configuration end |
#timezone ⇒ String? (readonly)
Returns the value of attribute timezone.
449 450 451 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 449 def timezone @timezone end |
Class Method Details
.[](operational_configuration:, timezone:) ⇒ Peddler::APIs::SupplySources20200701::SupplySourceConfiguration .[](arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::SupplySourceConfiguration
441 442 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 441
def self.[]: (?operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?, ?timezone: String?) -> Peddler::APIs::SupplySources20200701::SupplySourceConfiguration
| (Peddler::APIs::SupplySources20200701::OperationalConfiguration?, String?) -> Peddler::APIs::SupplySources20200701::SupplySourceConfiguration
|
.members ⇒ [ :operational_configuration, :timezone ]
444 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 444
def self.members: () -> [ :operational_configuration, :timezone ]
|
.new(operational_configuration:, timezone:) ⇒ Peddler::APIs::SupplySources20200701::SupplySourceConfiguration .new(arg0, arg1) ⇒ Peddler::APIs::SupplySources20200701::SupplySourceConfiguration
439 440 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 439
def self.new: (?operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?, ?timezone: String?) -> Peddler::APIs::SupplySources20200701::SupplySourceConfiguration
| (Peddler::APIs::SupplySources20200701::OperationalConfiguration?, String?) -> Peddler::APIs::SupplySources20200701::SupplySourceConfiguration
|
.parse ⇒ Peddler::APIs::SupplySources20200701::SupplySourceConfiguration
446 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 446
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SupplySources20200701::SupplySourceConfiguration
|
Instance Method Details
#members ⇒ [ :operational_configuration, :timezone ]
451 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 451
def members: () -> [ :operational_configuration, :timezone ]
|
#to_h ⇒ { operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?, timezone: String? }
452 |
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 452
def to_h: () -> { operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration?, timezone: String? }
|