Class: Peddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/notifications/report_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)


51
52
53
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 51

def 
  @account_id
end

#processing_statusString (readonly)

Returns the value of attribute processing_status.

Returns:

  • (String)


52
53
54
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 52

def processing_status
  @processing_status
end

#report_document_idString? (readonly)

Returns the value of attribute report_document_id.

Returns:

  • (String, nil)


53
54
55
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 53

def report_document_id
  @report_document_id
end

#report_idString (readonly)

Returns the value of attribute report_id.

Returns:

  • (String)


54
55
56
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 54

def report_id
  @report_id
end

#report_typeString (readonly)

Returns the value of attribute report_type.

Returns:

  • (String)


55
56
57
# File 'sig/peddler/notifications/report_processing_finished.rbs', line 55

def report_type
  @report_type
end

#seller_idString? (readonly)

Returns the value of attribute seller_id.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::Notifications::ReportProcessingFinished::ReportProcessingFinishedNotification

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

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