Class: Peddler::Reports::AccountHealthReport20201118::MissingInvoice

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)


148
149
150
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 148

def count
  @count
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


149
150
151
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 149

def status
  @status
end

Class Method Details

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

Overloads:



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

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

.members[ :count, :status ]

Returns:

  • ([ :count, :status ])


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

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

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

Overloads:



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

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

.parsePeddler::Reports::AccountHealthReport20201118::MissingInvoice

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :count, :status ]

Returns:

  • ([ :count, :status ])


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

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

#to_h{ count: Integer, status: String }

Returns:

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


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

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