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