Class: Peddler::APIs::ListingsItems20200901::PatchOperation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ListingsItems20200901::PatchOperation
- Defined in:
- sig/peddler/apis/listings_items_2020_09_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::ListingsItems20200901::PatchOperation
Instance Method Summary collapse
Instance Attribute Details
#op ⇒ String (readonly)
Returns the value of attribute op.
121 122 123 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 121 def op @op end |
#path ⇒ String (readonly)
Returns the value of attribute path.
122 123 124 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 122 def path @path end |
#value ⇒ Array[untyped]? (readonly)
Returns the value of attribute value.
123 124 125 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 123 def value @value end |
Class Method Details
.[](op:, path:, value:) ⇒ Peddler::APIs::ListingsItems20200901::PatchOperation .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ListingsItems20200901::PatchOperation
114 115 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 114
def self.[]: (op: String, path: String, ?value: Array[untyped]?) -> Peddler::APIs::ListingsItems20200901::PatchOperation
| (String, String, Array[untyped]?) -> Peddler::APIs::ListingsItems20200901::PatchOperation
|
.members ⇒ [ :op, :path, :value ]
117 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 117
def self.members: () -> [ :op, :path, :value ]
|
.new(op:, path:, value:) ⇒ Peddler::APIs::ListingsItems20200901::PatchOperation .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ListingsItems20200901::PatchOperation
112 113 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 112
def self.new: (op: String, path: String, ?value: Array[untyped]?) -> Peddler::APIs::ListingsItems20200901::PatchOperation
| (String, String, Array[untyped]?) -> Peddler::APIs::ListingsItems20200901::PatchOperation
|
.parse ⇒ Peddler::APIs::ListingsItems20200901::PatchOperation
119 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 119
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ListingsItems20200901::PatchOperation
|
Instance Method Details
#members ⇒ [ :op, :path, :value ]
125 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 125
def members: () -> [ :op, :path, :value ]
|
#to_h ⇒ { op: String, path: String, value: Array[untyped]? }
126 |
# File 'sig/peddler/apis/listings_items_2020_09_01.rbs', line 126
def to_h: () -> { op: String, path: String, value: Array[untyped]? }
|