Class: Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/feeds/listings_feed_processing_report_schema.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#attribute_nameString? (readonly)

Returns the value of attribute attribute_name.

Returns:

  • (String, nil)


52
53
54
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 52

def attribute_name
  @attribute_name
end

#codeString? (readonly)

Returns the value of attribute code.

Returns:

  • (String, nil)


53
54
55
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 53

def code
  @code
end

#messageString (readonly)

Returns the value of attribute message.

Returns:

  • (String)


54
55
56
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 54

def message
  @message
end

#message_idInteger? (readonly)

Returns the value of attribute message_id.

Returns:

  • (Integer, nil)


55
56
57
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 55

def message_id
  @message_id
end

#severityString (readonly)

Returns the value of attribute severity.

Returns:

  • (String)


56
57
58
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 56

def severity
  @severity
end

#skuString? (readonly)

Returns the value of attribute sku.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::Feeds::ListingsFeedProcessingReportSchema::Issue

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }