Class: Peddler::APIs::FinancesV0::ListFinancialEventsPayload
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::ListFinancialEventsPayload
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#financial_events ⇒ Peddler::APIs::FinancesV0::FinancialEvents?
readonly
Returns the value of attribute financial_events.
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :financial_events, :next_token ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::ListFinancialEventsPayload
Instance Method Summary collapse
-
#members ⇒ [ :financial_events, :next_token ]
-
#to_h ⇒ { financial_events: Peddler::APIs::FinancesV0::FinancialEvents?, next_token: String? }
Instance Attribute Details
#financial_events ⇒ Peddler::APIs::FinancesV0::FinancialEvents? (readonly)
Returns the value of attribute financial_events.
571 572 573 |
# File 'sig/peddler/apis/finances_v0.rbs', line 571 def financial_events @financial_events end |
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
572 573 574 |
# File 'sig/peddler/apis/finances_v0.rbs', line 572 def next_token @next_token end |
Class Method Details
.[](financial_events:, next_token:) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventsPayload .[](arg0, arg1) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventsPayload
564 565 |
# File 'sig/peddler/apis/finances_v0.rbs', line 564
def self.[]: (?financial_events: Peddler::APIs::FinancesV0::FinancialEvents?, ?next_token: String?) -> Peddler::APIs::FinancesV0::ListFinancialEventsPayload
| (Peddler::APIs::FinancesV0::FinancialEvents?, String?) -> Peddler::APIs::FinancesV0::ListFinancialEventsPayload
|
.members ⇒ [ :financial_events, :next_token ]
567 |
# File 'sig/peddler/apis/finances_v0.rbs', line 567
def self.members: () -> [ :financial_events, :next_token ]
|
.new(financial_events:, next_token:) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventsPayload .new(arg0, arg1) ⇒ Peddler::APIs::FinancesV0::ListFinancialEventsPayload
562 563 |
# File 'sig/peddler/apis/finances_v0.rbs', line 562
def self.new: (?financial_events: Peddler::APIs::FinancesV0::FinancialEvents?, ?next_token: String?) -> Peddler::APIs::FinancesV0::ListFinancialEventsPayload
| (Peddler::APIs::FinancesV0::FinancialEvents?, String?) -> Peddler::APIs::FinancesV0::ListFinancialEventsPayload
|
.parse ⇒ Peddler::APIs::FinancesV0::ListFinancialEventsPayload
569 |
# File 'sig/peddler/apis/finances_v0.rbs', line 569
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::ListFinancialEventsPayload
|
Instance Method Details
#members ⇒ [ :financial_events, :next_token ]
574 |
# File 'sig/peddler/apis/finances_v0.rbs', line 574
def members: () -> [ :financial_events, :next_token ]
|
#to_h ⇒ { financial_events: Peddler::APIs::FinancesV0::FinancialEvents?, next_token: String? }
575 |
# File 'sig/peddler/apis/finances_v0.rbs', line 575
def to_h: () -> { financial_events: Peddler::APIs::FinancesV0::FinancialEvents?, next_token: String? }
|