Class: Peddler::APIs::Promotions20251201::GetSelectionResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Promotions20251201::GetSelectionResponse
- Defined in:
- sig/peddler/apis/promotions_2025_12_01.rbs
Instance Attribute Summary collapse
-
#selection ⇒ Peddler::APIs::Promotions20251201::Selection
readonly
Returns the value of attribute selection.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :selection ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Promotions20251201::GetSelectionResponse
Instance Method Summary collapse
Instance Attribute Details
#selection ⇒ Peddler::APIs::Promotions20251201::Selection (readonly)
Returns the value of attribute selection.
221 222 223 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 221 def selection @selection end |
Class Method Details
.[](selection:) ⇒ Peddler::APIs::Promotions20251201::GetSelectionResponse .[](arg0) ⇒ Peddler::APIs::Promotions20251201::GetSelectionResponse
214 215 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 214
def self.[]: (selection: Peddler::APIs::Promotions20251201::Selection) -> Peddler::APIs::Promotions20251201::GetSelectionResponse
| (Peddler::APIs::Promotions20251201::Selection) -> Peddler::APIs::Promotions20251201::GetSelectionResponse
|
.members ⇒ [ :selection ]
217 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 217
def self.members: () -> [ :selection ]
|
.new(selection:) ⇒ Peddler::APIs::Promotions20251201::GetSelectionResponse .new(arg0) ⇒ Peddler::APIs::Promotions20251201::GetSelectionResponse
212 213 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 212
def self.new: (selection: Peddler::APIs::Promotions20251201::Selection) -> Peddler::APIs::Promotions20251201::GetSelectionResponse
| (Peddler::APIs::Promotions20251201::Selection) -> Peddler::APIs::Promotions20251201::GetSelectionResponse
|
.parse ⇒ Peddler::APIs::Promotions20251201::GetSelectionResponse
219 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 219
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Promotions20251201::GetSelectionResponse
|
Instance Method Details
#members ⇒ [ :selection ]
223 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 223
def members: () -> [ :selection ]
|
#to_h ⇒ { selection: Peddler::APIs::Promotions20251201::Selection }
224 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 224
def to_h: () -> { selection: Peddler::APIs::Promotions20251201::Selection }
|