Class: Peddler::APIs::FinancesV0::ListFinancialEventsResponse

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:



588
589
590
# File 'sig/peddler/apis/finances_v0.rbs', line 588

def errors
  @errors
end

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

Returns the value of attribute payload.



589
590
591
# File 'sig/peddler/apis/finances_v0.rbs', line 589

def payload
  @payload
end

Class Method Details

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



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

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

.members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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

.parsePeddler::APIs::FinancesV0::ListFinancialEventsResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :errors, :payload ]

Returns:

  • ([ :errors, :payload ])


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

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

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



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

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