Class: Peddler::Reports::AccountHealthReport20201118::LateInvoice

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/reports/account_health_report_2020_11_18.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#countInteger (readonly)

Returns the value of attribute count.

Returns:

  • (Integer)


89
90
91
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 89

def count
  @count
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


90
91
92
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 90

def status
  @status
end

Class Method Details

.[](count:, status:) ⇒ Peddler::Reports::AccountHealthReport20201118::LateInvoice .[](arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::LateInvoice

Overloads:



82
83
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 82

def self.[]: (count: Integer, status: String) -> Peddler::Reports::AccountHealthReport20201118::LateInvoice
| (Integer, String) -> Peddler::Reports::AccountHealthReport20201118::LateInvoice

.members[ :count, :status ]

Returns:

  • ([ :count, :status ])


85
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 85

def self.members: () -> [ :count, :status ]

.new(count:, status:) ⇒ Peddler::Reports::AccountHealthReport20201118::LateInvoice .new(arg0, arg1) ⇒ Peddler::Reports::AccountHealthReport20201118::LateInvoice

Overloads:



80
81
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 80

def self.new: (count: Integer, status: String) -> Peddler::Reports::AccountHealthReport20201118::LateInvoice
| (Integer, String) -> Peddler::Reports::AccountHealthReport20201118::LateInvoice

.parsePeddler::Reports::AccountHealthReport20201118::LateInvoice

Parameters:

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

Returns:



87
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 87

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::AccountHealthReport20201118::LateInvoice

Instance Method Details

#members[ :count, :status ]

Returns:

  • ([ :count, :status ])


92
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 92

def members: () -> [ :count, :status ]

#to_h{ count: Integer, status: String }

Returns:

  • ({ count: Integer, status: String })


93
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 93

def to_h: () -> { count: Integer, status: String }