Class: Peddler::APIs::ListingsItems20210801::PatchOperation

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#opString (readonly)

Returns the value of attribute op.

Returns:

  • (String)


457
458
459
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 457

def op
  @op
end

#pathString (readonly)

Returns the value of attribute path.

Returns:

  • (String)


458
459
460
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 458

def path
  @path
end

#valueArray[untyped]? (readonly)

Returns the value of attribute value.

Returns:

  • (Array[untyped], nil)


459
460
461
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 459

def value
  @value
end

Class Method Details

.[](op:, path:, value:) ⇒ Peddler::APIs::ListingsItems20210801::PatchOperation .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ListingsItems20210801::PatchOperation

Overloads:



450
451
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 450

def self.[]: (op: String, path: String, ?value: Array[untyped]?) -> Peddler::APIs::ListingsItems20210801::PatchOperation
| (String, String, Array[untyped]?) -> Peddler::APIs::ListingsItems20210801::PatchOperation

.members[ :op, :path, :value ]

Returns:

  • ([ :op, :path, :value ])


453
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 453

def self.members: () -> [ :op, :path, :value ]

.new(op:, path:, value:) ⇒ Peddler::APIs::ListingsItems20210801::PatchOperation .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ListingsItems20210801::PatchOperation

Overloads:



448
449
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 448

def self.new: (op: String, path: String, ?value: Array[untyped]?) -> Peddler::APIs::ListingsItems20210801::PatchOperation
| (String, String, Array[untyped]?) -> Peddler::APIs::ListingsItems20210801::PatchOperation

.parsePeddler::APIs::ListingsItems20210801::PatchOperation

Parameters:

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

Returns:



455
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 455

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ListingsItems20210801::PatchOperation

Instance Method Details

#members[ :op, :path, :value ]

Returns:

  • ([ :op, :path, :value ])


461
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 461

def members: () -> [ :op, :path, :value ]

#to_h{ op: String, path: String, value: Array[untyped]? }

Returns:

  • ({ op: String, path: String, value: Array[untyped]? })


462
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 462

def to_h: () -> { op: String, path: String, value: Array[untyped]? }