Class: Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse
- Defined in:
- sig/peddler/apis/sellers_v1.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::SellersV1::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ Array[Peddler::APIs::SellersV1::MarketplaceParticipation]?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::SellersV1::Error]?, payload: Array[Peddler::APIs::SellersV1::MarketplaceParticipation]? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::SellersV1::Error]? (readonly)
Returns the value of attribute errors.
114 115 116 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 114 def errors @errors end |
#payload ⇒ Array[Peddler::APIs::SellersV1::MarketplaceParticipation]? (readonly)
Returns the value of attribute payload.
115 116 117 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 115 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse .[](arg0, arg1) ⇒ Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse
107 108 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 107
def self.[]: (?errors: Array[Peddler::APIs::SellersV1::Error]?, ?payload: Array[Peddler::APIs::SellersV1::MarketplaceParticipation]?) -> Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse
| (Array[Peddler::APIs::SellersV1::Error]?, Array[Peddler::APIs::SellersV1::MarketplaceParticipation]?) -> Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse
|
.members ⇒ [ :errors, :payload ]
110 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 110
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse .new(arg0, arg1) ⇒ Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse
105 106 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 105
def self.new: (?errors: Array[Peddler::APIs::SellersV1::Error]?, ?payload: Array[Peddler::APIs::SellersV1::MarketplaceParticipation]?) -> Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse
| (Array[Peddler::APIs::SellersV1::Error]?, Array[Peddler::APIs::SellersV1::MarketplaceParticipation]?) -> Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse
|
.parse ⇒ Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse
112 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 112
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SellersV1::GetMarketplaceParticipationsResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
117 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 117
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::SellersV1::Error]?, payload: Array[Peddler::APIs::SellersV1::MarketplaceParticipation]? }
118 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 118
def to_h: () -> { errors: Array[Peddler::APIs::SellersV1::Error]?, payload: Array[Peddler::APIs::SellersV1::MarketplaceParticipation]? }
|