Class: Peddler::APIs::ListingsRestrictions20210801::RestrictionList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ListingsRestrictions20210801::RestrictionList
- Defined in:
- sig/peddler/apis/listings_restrictions_2021_08_01.rbs
Instance Attribute Summary collapse
-
#restrictions ⇒ Array[Peddler::APIs::ListingsRestrictions20210801::Restriction]
readonly
Returns the value of attribute restrictions.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :restrictions ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ListingsRestrictions20210801::RestrictionList
Instance Method Summary collapse
-
#members ⇒ [ :restrictions ]
-
#to_h ⇒ { restrictions: Array[Peddler::APIs::ListingsRestrictions20210801::Restriction] }
Instance Attribute Details
#restrictions ⇒ Array[Peddler::APIs::ListingsRestrictions20210801::Restriction] (readonly)
Returns the value of attribute restrictions.
91 92 93 |
# File 'sig/peddler/apis/listings_restrictions_2021_08_01.rbs', line 91 def restrictions @restrictions end |
Class Method Details
.[](restrictions:) ⇒ Peddler::APIs::ListingsRestrictions20210801::RestrictionList .[](arg0) ⇒ Peddler::APIs::ListingsRestrictions20210801::RestrictionList
84 85 |
# File 'sig/peddler/apis/listings_restrictions_2021_08_01.rbs', line 84
def self.[]: (restrictions: Array[Peddler::APIs::ListingsRestrictions20210801::Restriction]) -> Peddler::APIs::ListingsRestrictions20210801::RestrictionList
| (Array[Peddler::APIs::ListingsRestrictions20210801::Restriction]) -> Peddler::APIs::ListingsRestrictions20210801::RestrictionList
|
.members ⇒ [ :restrictions ]
87 |
# File 'sig/peddler/apis/listings_restrictions_2021_08_01.rbs', line 87
def self.members: () -> [ :restrictions ]
|
.new(restrictions:) ⇒ Peddler::APIs::ListingsRestrictions20210801::RestrictionList .new(arg0) ⇒ Peddler::APIs::ListingsRestrictions20210801::RestrictionList
82 83 |
# File 'sig/peddler/apis/listings_restrictions_2021_08_01.rbs', line 82
def self.new: (restrictions: Array[Peddler::APIs::ListingsRestrictions20210801::Restriction]) -> Peddler::APIs::ListingsRestrictions20210801::RestrictionList
| (Array[Peddler::APIs::ListingsRestrictions20210801::Restriction]) -> Peddler::APIs::ListingsRestrictions20210801::RestrictionList
|
.parse ⇒ Peddler::APIs::ListingsRestrictions20210801::RestrictionList
89 |
# File 'sig/peddler/apis/listings_restrictions_2021_08_01.rbs', line 89
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ListingsRestrictions20210801::RestrictionList
|
Instance Method Details
#members ⇒ [ :restrictions ]
93 |
# File 'sig/peddler/apis/listings_restrictions_2021_08_01.rbs', line 93
def members: () -> [ :restrictions ]
|
#to_h ⇒ { restrictions: Array[Peddler::APIs::ListingsRestrictions20210801::Restriction] }
94 |
# File 'sig/peddler/apis/listings_restrictions_2021_08_01.rbs', line 94
def to_h: () -> { restrictions: Array[Peddler::APIs::ListingsRestrictions20210801::Restriction] }
|