Class: Peddler::APIs::ListingsItems20210801::PatchOperation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ListingsItems20210801::PatchOperation
- Defined in:
- sig/peddler/apis/listings_items_2021_08_01.rbs
Instance Attribute Summary collapse
-
#op ⇒ String
readonly
Returns the value of attribute op.
-
#path ⇒ String
readonly
Returns the value of attribute path.
-
#value ⇒ Array[untyped]?
readonly
Returns the value of attribute value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :op, :path, :value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ListingsItems20210801::PatchOperation
Instance Method Summary collapse
Instance Attribute Details
#op ⇒ String (readonly)
Returns the value of attribute op.
458 459 460 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 458 def op @op end |
#path ⇒ String (readonly)
Returns the value of attribute path.
459 460 461 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 459 def path @path end |
#value ⇒ Array[untyped]? (readonly)
Returns the value of attribute value.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ListingsItems20210801::PatchOperation
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 ]
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]? }
463 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 463
def to_h: () -> { op: String, path: String, value: Array[untyped]? }
|