Class: Peddler::APIs::SupplySources20200701::ServicesCapability

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/supply_sources_2020_07_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#operational_configurationPeddler::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

#supportedBoolean? (readonly)

Returns the value of attribute supported.

Returns:

  • (Boolean, nil)


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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::SupplySources20200701::ServicesCapability

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :supported, :operational_configuration ])


392
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 392

def members: () -> [ :supported, :operational_configuration ]

#supported?Boolean

Returns:

  • (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? }

Returns:



394
# File 'sig/peddler/apis/supply_sources_2020_07_01.rbs', line 394

def to_h: () -> { supported: bool?, operational_configuration: Peddler::APIs::SupplySources20200701::OperationalConfiguration? }