Class: Peddler::Feeds::ListingsFeedMessageSchema::Feed
- Inherits:
-
Data
- Object
- Data
- Peddler::Feeds::ListingsFeedMessageSchema::Feed
- Defined in:
- sig/peddler/feeds/listings_feed_message_schema.rbs
Instance Attribute Summary collapse
-
#attributes ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute attributes.
-
#message_id ⇒ Integer
readonly
Returns the value of attribute message_id.
-
#operation_type ⇒ String
readonly
Returns the value of attribute operation_type.
-
#patches ⇒ Array[Peddler::Feeds::ListingsFeedMessageSchema::Patch]?
readonly
Returns the value of attribute patches.
-
#product_type ⇒ String?
readonly
Returns the value of attribute product_type.
-
#requirements ⇒ String?
readonly
Returns the value of attribute requirements.
-
#sku ⇒ String
readonly
Returns the value of attribute sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :message_id, :operation_type, :sku, :attributes, :patches, :product_type, :requirements ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Feeds::ListingsFeedMessageSchema::Feed
Instance Method Summary collapse
-
#members ⇒ [ :message_id, :operation_type, :sku, :attributes, :patches, :product_type, :requirements ]
-
#to_h ⇒ { message_id: Integer, operation_type: String, sku: String, attributes: Hash[untyped, untyped]?, patches: Array[Peddler::Feeds::ListingsFeedMessageSchema::Patch]?, product_type: String?, requirements: String? }
Instance Attribute Details
#attributes ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute attributes.
14 15 16 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 14 def attributes @attributes end |
#message_id ⇒ Integer (readonly)
Returns the value of attribute message_id.
15 16 17 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 15 def @message_id end |
#operation_type ⇒ String (readonly)
Returns the value of attribute operation_type.
16 17 18 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 16 def operation_type @operation_type end |
#patches ⇒ Array[Peddler::Feeds::ListingsFeedMessageSchema::Patch]? (readonly)
Returns the value of attribute patches.
17 18 19 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 17 def patches @patches end |
#product_type ⇒ String? (readonly)
Returns the value of attribute product_type.
18 19 20 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 18 def product_type @product_type end |
#requirements ⇒ String? (readonly)
Returns the value of attribute requirements.
19 20 21 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 19 def requirements @requirements end |
#sku ⇒ String (readonly)
Returns the value of attribute sku.
20 21 22 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 20 def sku @sku end |
Class Method Details
.[](message_id:, operation_type:, sku:, attributes:, patches:, product_type:, requirements:) ⇒ Peddler::Feeds::ListingsFeedMessageSchema::Feed .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::Feeds::ListingsFeedMessageSchema::Feed
7 8 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 7
def self.[]: (message_id: Integer, operation_type: String, sku: String, ?attributes: Hash[untyped, untyped]?, ?patches: Array[Peddler::Feeds::ListingsFeedMessageSchema::Patch]?, ?product_type: String?, ?requirements: String?) -> Peddler::Feeds::ListingsFeedMessageSchema::Feed
| (Integer, String, String, Hash[untyped, untyped]?, Array[Peddler::Feeds::ListingsFeedMessageSchema::Patch]?, String?, String?) -> Peddler::Feeds::ListingsFeedMessageSchema::Feed
|
.members ⇒ [ :message_id, :operation_type, :sku, :attributes, :patches, :product_type, :requirements ]
10 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 10
def self.members: () -> [ :message_id, :operation_type, :sku, :attributes, :patches, :product_type, :requirements ]
|
.new(message_id:, operation_type:, sku:, attributes:, patches:, product_type:, requirements:) ⇒ Peddler::Feeds::ListingsFeedMessageSchema::Feed .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::Feeds::ListingsFeedMessageSchema::Feed
5 6 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 5
def self.new: (message_id: Integer, operation_type: String, sku: String, ?attributes: Hash[untyped, untyped]?, ?patches: Array[Peddler::Feeds::ListingsFeedMessageSchema::Patch]?, ?product_type: String?, ?requirements: String?) -> Peddler::Feeds::ListingsFeedMessageSchema::Feed
| (Integer, String, String, Hash[untyped, untyped]?, Array[Peddler::Feeds::ListingsFeedMessageSchema::Patch]?, String?, String?) -> Peddler::Feeds::ListingsFeedMessageSchema::Feed
|
.parse ⇒ Peddler::Feeds::ListingsFeedMessageSchema::Feed
12 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Feeds::ListingsFeedMessageSchema::Feed
|
Instance Method Details
#members ⇒ [ :message_id, :operation_type, :sku, :attributes, :patches, :product_type, :requirements ]
22 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 22
def members: () -> [ :message_id, :operation_type, :sku, :attributes, :patches, :product_type, :requirements ]
|
#to_h ⇒ { message_id: Integer, operation_type: String, sku: String, attributes: Hash[untyped, untyped]?, patches: Array[Peddler::Feeds::ListingsFeedMessageSchema::Patch]?, product_type: String?, requirements: String? }
23 |
# File 'sig/peddler/feeds/listings_feed_message_schema.rbs', line 23
def to_h: () -> { message_id: Integer, operation_type: String, sku: String, attributes: Hash[untyped, untyped]?, patches: Array[Peddler::Feeds::ListingsFeedMessageSchema::Patch]?, product_type: String?, requirements: String? }
|