Class: Peddler::Feeds::ListingsFeedSchema::Message
- Inherits:
-
Data
- Object
- Data
- Peddler::Feeds::ListingsFeedSchema::Message
- Defined in:
- sig/peddler/feeds/listings_feed_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::ListingsFeedSchema::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::ListingsFeedSchema::Message
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::ListingsFeedSchema::Patch]?, product_type: String?, requirements: String? }
Instance Attribute Details
#attributes ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute attributes.
50 51 52 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 50 def attributes @attributes end |
#message_id ⇒ Integer (readonly)
Returns the value of attribute message_id.
51 52 53 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 51 def @message_id end |
#operation_type ⇒ String (readonly)
Returns the value of attribute operation_type.
52 53 54 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 52 def operation_type @operation_type end |
#patches ⇒ Array[Peddler::Feeds::ListingsFeedSchema::Patch]? (readonly)
Returns the value of attribute patches.
53 54 55 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 53 def patches @patches end |
#product_type ⇒ String? (readonly)
Returns the value of attribute product_type.
54 55 56 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 54 def product_type @product_type end |
#requirements ⇒ String? (readonly)
Returns the value of attribute requirements.
55 56 57 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 55 def requirements @requirements end |
#sku ⇒ String (readonly)
Returns the value of attribute sku.
56 57 58 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 56 def sku @sku end |
Class Method Details
.[](message_id:, operation_type:, sku:, attributes:, patches:, product_type:, requirements:) ⇒ Peddler::Feeds::ListingsFeedSchema::Message .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::Feeds::ListingsFeedSchema::Message
43 44 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 43
def self.[]: (message_id: Integer, operation_type: String, sku: String, ?attributes: Hash[untyped, untyped]?, ?patches: Array[Peddler::Feeds::ListingsFeedSchema::Patch]?, ?product_type: String?, ?requirements: String?) -> Peddler::Feeds::ListingsFeedSchema::Message
| (Integer, String, String, Hash[untyped, untyped]?, Array[Peddler::Feeds::ListingsFeedSchema::Patch]?, String?, String?) -> Peddler::Feeds::ListingsFeedSchema::Message
|
.members ⇒ [ :message_id, :operation_type, :sku, :attributes, :patches, :product_type, :requirements ]
46 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 46
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::ListingsFeedSchema::Message .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::Feeds::ListingsFeedSchema::Message
41 42 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 41
def self.new: (message_id: Integer, operation_type: String, sku: String, ?attributes: Hash[untyped, untyped]?, ?patches: Array[Peddler::Feeds::ListingsFeedSchema::Patch]?, ?product_type: String?, ?requirements: String?) -> Peddler::Feeds::ListingsFeedSchema::Message
| (Integer, String, String, Hash[untyped, untyped]?, Array[Peddler::Feeds::ListingsFeedSchema::Patch]?, String?, String?) -> Peddler::Feeds::ListingsFeedSchema::Message
|
.parse ⇒ Peddler::Feeds::ListingsFeedSchema::Message
48 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 48
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Feeds::ListingsFeedSchema::Message
|
Instance Method Details
#members ⇒ [ :message_id, :operation_type, :sku, :attributes, :patches, :product_type, :requirements ]
58 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 58
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::ListingsFeedSchema::Patch]?, product_type: String?, requirements: String? }
59 |
# File 'sig/peddler/feeds/listings_feed_schema.rbs', line 59
def to_h: () -> { message_id: Integer, operation_type: String, sku: String, attributes: Hash[untyped, untyped]?, patches: Array[Peddler::Feeds::ListingsFeedSchema::Patch]?, product_type: String?, requirements: String? }
|