Class: Peddler::Feeds::ListingsFeedProcessingReportSchema::Feed

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

#headerPeddler::Feeds::ListingsFeedProcessingReportSchema::Header (readonly)

Returns the value of attribute header.



14
15
16
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 14

def header
  @header
end

#issuesArray[Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue] (readonly)

Returns the value of attribute issues.



15
16
17
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 15

def issues
  @issues
end

#itemsArray[untyped]? (readonly)

Returns the value of attribute items.

Returns:

  • (Array[untyped], nil)


16
17
18
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 16

def items
  @items
end

#summaryPeddler::Feeds::ListingsFeedProcessingReportSchema::Summary (readonly)

Returns the value of attribute summary.



17
18
19
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 17

def summary
  @summary
end

Class Method Details

.[](header:, issues:, summary:, items:) ⇒ Peddler::Feeds::ListingsFeedProcessingReportSchema::Feed .[](arg0, arg1, arg2, arg3) ⇒ Peddler::Feeds::ListingsFeedProcessingReportSchema::Feed



7
8
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 7

def self.[]: (header: Peddler::Feeds::ListingsFeedProcessingReportSchema::Header, issues: Array[Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue], summary: Peddler::Feeds::ListingsFeedProcessingReportSchema::Summary, ?items: Array[untyped]?) -> Peddler::Feeds::ListingsFeedProcessingReportSchema::Feed
| (Peddler::Feeds::ListingsFeedProcessingReportSchema::Header, Array[Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue], Peddler::Feeds::ListingsFeedProcessingReportSchema::Summary, Array[untyped]?) -> Peddler::Feeds::ListingsFeedProcessingReportSchema::Feed

.members[ :header, :issues, :summary, :items ]

Returns:

  • ([ :header, :issues, :summary, :items ])


10
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 10

def self.members: () -> [ :header, :issues, :summary, :items ]

.new(header:, issues:, summary:, items:) ⇒ Peddler::Feeds::ListingsFeedProcessingReportSchema::Feed .new(arg0, arg1, arg2, arg3) ⇒ Peddler::Feeds::ListingsFeedProcessingReportSchema::Feed



5
6
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 5

def self.new: (header: Peddler::Feeds::ListingsFeedProcessingReportSchema::Header, issues: Array[Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue], summary: Peddler::Feeds::ListingsFeedProcessingReportSchema::Summary, ?items: Array[untyped]?) -> Peddler::Feeds::ListingsFeedProcessingReportSchema::Feed
| (Peddler::Feeds::ListingsFeedProcessingReportSchema::Header, Array[Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue], Peddler::Feeds::ListingsFeedProcessingReportSchema::Summary, Array[untyped]?) -> Peddler::Feeds::ListingsFeedProcessingReportSchema::Feed

.parsePeddler::Feeds::ListingsFeedProcessingReportSchema::Feed

Parameters:

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

Returns:



12
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 12

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Feeds::ListingsFeedProcessingReportSchema::Feed

Instance Method Details

#members[ :header, :issues, :summary, :items ]

Returns:

  • ([ :header, :issues, :summary, :items ])


19
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 19

def members: () -> [ :header, :issues, :summary, :items ]

#to_h{ header: Peddler::Feeds::ListingsFeedProcessingReportSchema::Header, issues: Array[Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue], summary: Peddler::Feeds::ListingsFeedProcessingReportSchema::Summary, items: Array[untyped]? }



20
# File 'sig/peddler/feeds/listings_feed_processing_report_schema.rbs', line 20

def to_h: () -> { header: Peddler::Feeds::ListingsFeedProcessingReportSchema::Header, issues: Array[Peddler::Feeds::ListingsFeedProcessingReportSchema::Issue], summary: Peddler::Feeds::ListingsFeedProcessingReportSchema::Summary, items: Array[untyped]? }