Class: Peddler::APIs::FinancesV0::ListFinancialEventsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::ListFinancialEventsResponse
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::FinancesV0::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ Peddler::APIs::FinancesV0::ListFinancialEventsPayload?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::ListFinancialEventsResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::FinancesV0::Error]?, payload: Peddler::APIs::FinancesV0::ListFinancialEventsPayload? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::FinancesV0::Error]? (readonly)
Returns the value of attribute errors.
588 589 590 |
# File 'sig/peddler/apis/finances_v0.rbs', line 588 def errors @errors end |
#payload ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::FinancesV0::ListFinancialEventsResponse
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 ]
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? }
|