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)


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

def op
  @op
end

#pathString (readonly)

Returns the value of attribute path.

Returns:

  • (String)


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

def path
  @path
end

#valueArray[untyped]? (readonly)

Returns the value of attribute value.

Returns:

  • (Array[untyped], nil)


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

def value
  @value
end

Class Method Details

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

Overloads:



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

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 ])


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

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

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

Overloads:



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

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:



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

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

Instance Method Details

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

Returns:

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


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

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

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

Returns:

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


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

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