Class: Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification
- Defined in:
- sig/peddler/notifications/feed_processing_finished.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ String
readonly
Returns the value of attribute account_id.
-
#feed_id ⇒ String
readonly
Returns the value of attribute feed_id.
-
#feed_type ⇒ String
readonly
Returns the value of attribute feed_type.
-
#processing_status ⇒ String
readonly
Returns the value of attribute processing_status.
-
#result_feed_document_id ⇒ String?
readonly
Returns the value of attribute result_feed_document_id.
-
#seller_id ⇒ String?
readonly
Returns the value of attribute seller_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :account_id, :feed_id, :feed_type, :processing_status, :result_feed_document_id, :seller_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification
Instance Method Summary collapse
-
#members ⇒ [ :account_id, :feed_id, :feed_type, :processing_status, :result_feed_document_id, :seller_id ]
-
#to_h ⇒ { account_id: String, feed_id: String, feed_type: String, processing_status: String, result_feed_document_id: String?, seller_id: String? }
Instance Attribute Details
#account_id ⇒ String (readonly)
Returns the value of attribute account_id.
14 15 16 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 14 def account_id @account_id end |
#feed_id ⇒ String (readonly)
Returns the value of attribute feed_id.
15 16 17 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 15 def feed_id @feed_id end |
#feed_type ⇒ String (readonly)
Returns the value of attribute feed_type.
16 17 18 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 16 def feed_type @feed_type end |
#processing_status ⇒ String (readonly)
Returns the value of attribute processing_status.
17 18 19 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 17 def processing_status @processing_status end |
#result_feed_document_id ⇒ String? (readonly)
Returns the value of attribute result_feed_document_id.
18 19 20 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 18 def result_feed_document_id @result_feed_document_id end |
#seller_id ⇒ String? (readonly)
Returns the value of attribute seller_id.
19 20 21 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 19 def seller_id @seller_id end |
Class Method Details
.[](account_id:, feed_id:, feed_type:, processing_status:, result_feed_document_id:, seller_id:) ⇒ Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification
7 8 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 7
def self.[]: (account_id: String, feed_id: String, feed_type: String, processing_status: String, ?result_feed_document_id: String?, ?seller_id: String?) -> Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification
| (String, String, String, String, String?, String?) -> Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification
|
.members ⇒ [ :account_id, :feed_id, :feed_type, :processing_status, :result_feed_document_id, :seller_id ]
10 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 10
def self.members: () -> [ :account_id, :feed_id, :feed_type, :processing_status, :result_feed_document_id, :seller_id ]
|
.new(account_id:, feed_id:, feed_type:, processing_status:, result_feed_document_id:, seller_id:) ⇒ Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification
5 6 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 5
def self.new: (account_id: String, feed_id: String, feed_type: String, processing_status: String, ?result_feed_document_id: String?, ?seller_id: String?) -> Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification
| (String, String, String, String, String?, String?) -> Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification
|
.parse ⇒ Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification
12 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification
|
Instance Method Details
#members ⇒ [ :account_id, :feed_id, :feed_type, :processing_status, :result_feed_document_id, :seller_id ]
21 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 21
def members: () -> [ :account_id, :feed_id, :feed_type, :processing_status, :result_feed_document_id, :seller_id ]
|
#to_h ⇒ { account_id: String, feed_id: String, feed_type: String, processing_status: String, result_feed_document_id: String?, seller_id: String? }
22 |
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 22
def to_h: () -> { account_id: String, feed_id: String, feed_type: String, processing_status: String, result_feed_document_id: String?, seller_id: String? }
|