Class: Peddler::Feeds::ListingsFeedMessageSchema::Patch
- Inherits:
-
Data
- Object
- Data
- Peddler::Feeds::ListingsFeedMessageSchema::Patch
- Defined in:
- sig/peddler/feeds/listings_feed_message_schema.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::Feeds::ListingsFeedMessageSchema::Patch
Instance Method Summary collapse
Instance Attribute Details
#op ⇒ String (readonly)
Returns the value of attribute op.
36 37 38 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 36 def op @op end |
#path ⇒ String (readonly)
Returns the value of attribute path.
37 38 39 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 37 def path @path end |
#value ⇒ Array[untyped]? (readonly)
Returns the value of attribute value.
38 39 40 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 38 def value @value end |
Class Method Details
.[](op:, path:, value:) ⇒ Peddler::Feeds::ListingsFeedMessageSchema::Patch .[](arg0, arg1, arg2) ⇒ Peddler::Feeds::ListingsFeedMessageSchema::Patch
29 30 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 29
def self.[]: (op: String, path: String, ?value: Array[untyped]?) -> Peddler::Feeds::ListingsFeedMessageSchema::Patch
| (String, String, Array[untyped]?) -> Peddler::Feeds::ListingsFeedMessageSchema::Patch
|
.members ⇒ [ :op, :path, :value ]
32 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 32
def self.members: () -> [ :op, :path, :value ]
|
.new(op:, path:, value:) ⇒ Peddler::Feeds::ListingsFeedMessageSchema::Patch .new(arg0, arg1, arg2) ⇒ Peddler::Feeds::ListingsFeedMessageSchema::Patch
27 28 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 27
def self.new: (op: String, path: String, ?value: Array[untyped]?) -> Peddler::Feeds::ListingsFeedMessageSchema::Patch
| (String, String, Array[untyped]?) -> Peddler::Feeds::ListingsFeedMessageSchema::Patch
|
.parse ⇒ Peddler::Feeds::ListingsFeedMessageSchema::Patch
34 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 34
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Feeds::ListingsFeedMessageSchema::Patch
|
Instance Method Details
#members ⇒ [ :op, :path, :value ]
40 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 40
def members: () -> [ :op, :path, :value ]
|
#to_h ⇒ { op: String, path: String, value: Array[untyped]? }
41 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 41
def to_h: () -> { op: String, path: String, value: Array[untyped]? }
|