Class: Peddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/notifications/feed_processing_finished.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#account_idString (readonly)

Returns the value of attribute account_id.

Returns:

  • (String)


14
15
16
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 14

def 
  @account_id
end

#feed_idString (readonly)

Returns the value of attribute feed_id.

Returns:

  • (String)


15
16
17
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 15

def feed_id
  @feed_id
end

#feed_typeString (readonly)

Returns the value of attribute feed_type.

Returns:

  • (String)


16
17
18
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 16

def feed_type
  @feed_type
end

#processing_statusString (readonly)

Returns the value of attribute processing_status.

Returns:

  • (String)


17
18
19
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 17

def processing_status
  @processing_status
end

#result_feed_document_idString? (readonly)

Returns the value of attribute result_feed_document_id.

Returns:

  • (String, nil)


18
19
20
# File 'sig/peddler/notifications/feed_processing_finished.rbs', line 18

def result_feed_document_id
  @result_feed_document_id
end

#seller_idString? (readonly)

Returns the value of attribute seller_id.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::Notifications::FeedProcessingFinished::FeedProcessingFinishedNotification

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

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