Class: Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification
- Defined in:
- sig/peddler/notifications/report_processing_finished.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ String
readonly
Returns the value of attribute account_id.
-
#processing_status ⇒ String
readonly
Returns the value of attribute processing_status.
-
#report_document_id ⇒ String?
readonly
Returns the value of attribute report_document_id.
-
#report_id ⇒ String
readonly
Returns the value of attribute report_id.
-
#report_type ⇒ String
readonly
Returns the value of attribute report_type.
-
#seller_id ⇒ String?
readonly
Returns the value of attribute seller_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :account_id, :processing_status, :report_id, :report_type, :report_document_id, :seller_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification
Instance Method Summary collapse
-
#members ⇒ [ :account_id, :processing_status, :report_id, :report_type, :report_document_id, :seller_id ]
-
#to_h ⇒ { account_id: String, processing_status: String, report_id: String, report_type: String, report_document_id: String?, seller_id: String? }
Instance Attribute Details
#account_id ⇒ String (readonly)
Returns the value of attribute account_id.
51 52 53 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 51 def account_id @account_id end |
#processing_status ⇒ String (readonly)
Returns the value of attribute processing_status.
52 53 54 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 52 def processing_status @processing_status end |
#report_document_id ⇒ String? (readonly)
Returns the value of attribute report_document_id.
53 54 55 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 53 def report_document_id @report_document_id end |
#report_id ⇒ String (readonly)
Returns the value of attribute report_id.
54 55 56 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 54 def report_id @report_id end |
#report_type ⇒ String (readonly)
Returns the value of attribute report_type.
55 56 57 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 55 def report_type @report_type end |
#seller_id ⇒ String? (readonly)
Returns the value of attribute seller_id.
56 57 58 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 56 def seller_id @seller_id end |
Class Method Details
.[](account_id:, processing_status:, report_id:, report_type:, report_document_id:, seller_id:) ⇒ Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification
44 45 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 44
def self.[]: (account_id: String, processing_status: String, report_id: String, report_type: String, ?report_document_id: String?, ?seller_id: String?) -> Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification
| (String, String, String, String, String?, String?) -> Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification
|
.members ⇒ [ :account_id, :processing_status, :report_id, :report_type, :report_document_id, :seller_id ]
47 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 47
def self.members: () -> [ :account_id, :processing_status, :report_id, :report_type, :report_document_id, :seller_id ]
|
.new(account_id:, processing_status:, report_id:, report_type:, report_document_id:, seller_id:) ⇒ Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification
42 43 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 42
def self.new: (account_id: String, processing_status: String, report_id: String, report_type: String, ?report_document_id: String?, ?seller_id: String?) -> Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification
| (String, String, String, String, String?, String?) -> Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification
|
.parse ⇒ Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification
49 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 49
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification
|
Instance Method Details
#members ⇒ [ :account_id, :processing_status, :report_id, :report_type, :report_document_id, :seller_id ]
58 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 58
def members: () -> [ :account_id, :processing_status, :report_id, :report_type, :report_document_id, :seller_id ]
|
#to_h ⇒ { account_id: String, processing_status: String, report_id: String, report_type: String, report_document_id: String?, seller_id: String? }
59 |
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 59
def to_h: () -> { account_id: String, processing_status: String, report_id: String, report_type: String, report_document_id: String?, seller_id: String? }
|