Class: Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue
- Inherits:
-
Data
- Object
- Data
- Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue
- Defined in:
- sig/peddler/feeds/listings_feed_processing_report_schema.rbs
Instance Attribute Summary collapse
-
#attribute_name ⇒ String?
readonly
Returns the value of attribute attribute_name.
-
#code ⇒ String?
readonly
Returns the value of attribute code.
-
#message ⇒ String
readonly
Returns the value of attribute message.
-
#message_id ⇒ Integer?
readonly
Returns the value of attribute message_id.
-
#severity ⇒ String
readonly
Returns the value of attribute severity.
-
#sku ⇒ String?
readonly
Returns the value of attribute sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :message, :severity, :attribute_name, :code, :message_id, :sku ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue
Instance Method Summary collapse
-
#members ⇒ [ :message, :severity, :attribute_name, :code, :message_id, :sku ]
-
#to_h ⇒ { message: String, severity: String, attribute_name: String?, code: String?, message_id: Integer?, sku: String? }
Instance Attribute Details
#attribute_name ⇒ String? (readonly)
Returns the value of attribute attribute_name.
52 53 54 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 52 def attribute_name @attribute_name end |
#code ⇒ String? (readonly)
Returns the value of attribute code.
53 54 55 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 53 def code @code end |
#message ⇒ String (readonly)
Returns the value of attribute message.
54 55 56 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 54 def @message end |
#message_id ⇒ Integer? (readonly)
Returns the value of attribute message_id.
55 56 57 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 55 def @message_id end |
#severity ⇒ String (readonly)
Returns the value of attribute severity.
56 57 58 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 56 def severity @severity end |
#sku ⇒ String? (readonly)
Returns the value of attribute sku.
57 58 59 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 57 def sku @sku end |
Class Method Details
.[](message:, severity:, attribute_name:, code:, message_id:, sku:) ⇒ Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue
45 46 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 45
def self.[]: (message: String, severity: String, ?attribute_name: String?, ?code: String?, ?message_id: Integer?, ?sku: String?) -> Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue
| (String, String, String?, String?, Integer?, String?) -> Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue
|
.members ⇒ [ :message, :severity, :attribute_name, :code, :message_id, :sku ]
48 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 48
def self.members: () -> [ :message, :severity, :attribute_name, :code, :message_id, :sku ]
|
.new(message:, severity:, attribute_name:, code:, message_id:, sku:) ⇒ Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue
43 44 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 43
def self.new: (message: String, severity: String, ?attribute_name: String?, ?code: String?, ?message_id: Integer?, ?sku: String?) -> Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue
| (String, String, String?, String?, Integer?, String?) -> Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue
|
.parse ⇒ Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue
50 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 50
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue
|
Instance Method Details
#members ⇒ [ :message, :severity, :attribute_name, :code, :message_id, :sku ]
59 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 59
def members: () -> [ :message, :severity, :attribute_name, :code, :message_id, :sku ]
|
#to_h ⇒ { message: String, severity: String, attribute_name: String?, code: String?, message_id: Integer?, sku: String? }
60 |
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 60
def to_h: () -> { message: String, severity: String, attribute_name: String?, code: String?, message_id: Integer?, sku: String? }
|