Class: Peddler::APIs::SellersV1::Participation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SellersV1::Participation
- Defined in:
- sig/peddler/apis/sellers_v1.rbs
Instance Attribute Summary collapse
-
#has_suspended_listings ⇒ Boolean
readonly
Returns the value of attribute has_suspended_listings.
-
#participating ⇒ Boolean
readonly
Returns the value of attribute participating.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :has_suspended_listings, :participating ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SellersV1::Participation
Instance Method Summary collapse
-
#has_suspended_listings? ⇒ Boolean
-
#members ⇒ [ :has_suspended_listings, :participating ]
-
#participating? ⇒ Boolean
-
#to_h ⇒ { has_suspended_listings: bool, participating: bool }
Instance Attribute Details
#has_suspended_listings ⇒ Boolean (readonly)
Returns the value of attribute has_suspended_listings.
174 175 176 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 174 def has_suspended_listings @has_suspended_listings end |
#participating ⇒ Boolean (readonly)
Returns the value of attribute participating.
175 176 177 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 175 def participating @participating end |
Class Method Details
.[](has_suspended_listings:, participating:) ⇒ Peddler::APIs::SellersV1::Participation .[](arg0, arg1) ⇒ Peddler::APIs::SellersV1::Participation
167 168 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 167
def self.[]: (has_suspended_listings: bool, participating: bool) -> Peddler::APIs::SellersV1::Participation
| (bool, bool) -> Peddler::APIs::SellersV1::Participation
|
.members ⇒ [ :has_suspended_listings, :participating ]
170 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 170
def self.members: () -> [ :has_suspended_listings, :participating ]
|
.new(has_suspended_listings:, participating:) ⇒ Peddler::APIs::SellersV1::Participation .new(arg0, arg1) ⇒ Peddler::APIs::SellersV1::Participation
165 166 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 165
def self.new: (has_suspended_listings: bool, participating: bool) -> Peddler::APIs::SellersV1::Participation
| (bool, bool) -> Peddler::APIs::SellersV1::Participation
|
.parse ⇒ Peddler::APIs::SellersV1::Participation
172 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 172
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SellersV1::Participation
|
Instance Method Details
#has_suspended_listings? ⇒ Boolean
177 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 177
def has_suspended_listings?: () -> bool
|
#members ⇒ [ :has_suspended_listings, :participating ]
178 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 178
def members: () -> [ :has_suspended_listings, :participating ]
|
#participating? ⇒ Boolean
179 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 179
def participating?: () -> bool
|
#to_h ⇒ { has_suspended_listings: bool, participating: bool }
180 |
# File 'sig/peddler/apis/sellers_v1.rbs', line 180
def to_h: () -> { has_suspended_listings: bool, participating: bool }
|