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.
457 458 459 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 457 def op @op end |
#path ⇒ String (readonly)
Returns the value of attribute path.
458 459 460 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 458 def path @path end |
#value ⇒ Array[untyped]? (readonly)
Returns the value of attribute value.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ListingsItems20210801::PatchOperation
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 ]
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]? }
462 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 462
def to_h: () -> { op: String, path: String, value: Array[untyped]? }
|