Class: Peddler::APIs::FinancesV0::ListFinancialEventGroupsResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/finances_v0.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#errorsArray[Peddler::APIs::FinancesV0::Error]? (readonly)

Returns the value of attribute errors.

Returns:



554
555
556
# File 'sig/peddler/apis/finances_v0.rbs', line 554

def errors
  @errors
end

#payloadPeddler::APIs::FinancesV0::ListFinancialEventGroupsPayload? (readonly)

Returns the value of attribute payload.



555
556
557
# File 'sig/peddler/apis/finances_v0.rbs', line 555

def payload
  @payload
end

Class Method Details

.[](errors:, payload:) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsResponse



547
548
# File 'sig/peddler/apis/finances_v0.rbs', line 547

def self.[]: (?errors: Array[Peddler::APIs::FinancesV0::Error]?, ?payload: Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsResponse
| (Array[Peddler::APIs::FinancesV0::Error]?, Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsResponse

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


550
# File 'sig/peddler/apis/finances_v0.rbs', line 550

def self.members: () -> [ :errors, :payload ]

.new(errors:, payload:) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsResponse



545
546
# File 'sig/peddler/apis/finances_v0.rbs', line 545

def self.new: (?errors: Array[Peddler::APIs::FinancesV0::Error]?, ?payload: Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsResponse
| (Array[Peddler::APIs::FinancesV0::Error]?, Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsResponse

.parsePeddler::APIs::FinancesV0::ListFinancialEventGroupsResponse

Parameters:

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

Returns:



552
# File 'sig/peddler/apis/finances_v0.rbs', line 552

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsResponse

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


557
# File 'sig/peddler/apis/finances_v0.rbs', line 557

def members: () -> [ :errors, :payload ]

#to_h{ errors: Array[Peddler::APIs::FinancesV0::Error]?, payload: Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload? }



558
# File 'sig/peddler/apis/finances_v0.rbs', line 558

def to_h: () -> { errors: Array[Peddler::APIs::FinancesV0::Error]?, payload: Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload? }