Class: Peddler::Reports::AccountHealthReport20201118::InvoiceDefect

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)


48
49
50
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 48

def count
  @count
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


49
50
51
# File 'sig/peddler/reports/account_health_report_2020_11_18.rbs', line 49

def status
  @status
end

Class Method Details

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

Overloads:



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

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

.members[ :count, :status ]

Returns:

  • ([ :count, :status ])


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

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

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

Overloads:



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

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

.parsePeddler::Reports::AccountHealthReport20201118::InvoiceDefect

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :count, :status ]

Returns:

  • ([ :count, :status ])


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

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

#to_h{ count: Integer, status: String }

Returns:

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


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

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