Class: Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload

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

#financial_event_group_listArray[Peddler::APIs::FinancesV0::FinancialEventGroup]? (readonly)

Returns the value of attribute financial_event_group_list.



537
538
539
# File 'sig/peddler/apis/finances_v0.rbs', line 537

def financial_event_group_list
  @financial_event_group_list
end

#next_tokenString? (readonly)

Returns the value of attribute next_token.

Returns:

  • (String, nil)


538
539
540
# File 'sig/peddler/apis/finances_v0.rbs', line 538

def next_token
  @next_token
end

Class Method Details

.[](financial_event_group_list:, next_token:) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload .[](arg0, arg1) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload

Overloads:



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

def self.[]: (?financial_event_group_list: Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, ?next_token: String?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
| (Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, String?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload

.members[ :financial_event_group_list, :next_token ]

Returns:

  • ([ :financial_event_group_list, :next_token ])


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

def self.members: () -> [ :financial_event_group_list, :next_token ]

.new(financial_event_group_list:, next_token:) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload .new(arg0, arg1) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload

Overloads:



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

def self.new: (?financial_event_group_list: Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, ?next_token: String?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload
| (Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, String?) -> Peddler::APIs::FinancesV0::ListFinancialEventGroupsPayload

.parsePeddler::APIs::FinancesV0::ListFinancialEventGroupsPayload

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :financial_event_group_list, :next_token ]

Returns:

  • ([ :financial_event_group_list, :next_token ])


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

def members: () -> [ :financial_event_group_list, :next_token ]

#to_h{ financial_event_group_list: Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, next_token: String? }

Returns:



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

def to_h: () -> { financial_event_group_list: Array[Peddler::APIs::FinancesV0::FinancialEventGroup]?, next_token: String? }