Class: Peddler::APIs::SellersV1::Participation

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/sellers_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#has_suspended_listingsBoolean (readonly)

Returns the value of attribute has_suspended_listings.

Returns:

  • (Boolean)


174
175
176
# File 'sig/peddler/apis/sellers_v1.rbs', line 174

def has_suspended_listings
  @has_suspended_listings
end

#participatingBoolean (readonly)

Returns the value of attribute participating.

Returns:

  • (Boolean)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::SellersV1::Participation

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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

Returns:

  • (Boolean)


177
# File 'sig/peddler/apis/sellers_v1.rbs', line 177

def has_suspended_listings?: () -> bool

#members[ :has_suspended_listings, :participating ]

Returns:

  • ([ :has_suspended_listings, :participating ])


178
# File 'sig/peddler/apis/sellers_v1.rbs', line 178

def members: () -> [ :has_suspended_listings, :participating ]

#participating?Boolean

Returns:

  • (Boolean)


179
# File 'sig/peddler/apis/sellers_v1.rbs', line 179

def participating?: () -> bool

#to_h{ has_suspended_listings: bool, participating: bool }

Returns:

  • ({ 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 }