Class: Peddler::APIs::Replenishment20221107::DiscountFunding
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Replenishment20221107::DiscountFunding
- Defined in:
- sig/peddler/apis/replenishment_2022_11_07.rbs
Instance Attribute Summary collapse
-
#percentage ⇒ Array[Float]?
readonly
Returns the value of attribute percentage.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :percentage ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Replenishment20221107::DiscountFunding
Instance Method Summary collapse
Instance Attribute Details
#percentage ⇒ Array[Float]? (readonly)
Returns the value of attribute percentage.
31 32 33 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 31 def percentage @percentage end |
Class Method Details
.[](percentage:) ⇒ Peddler::APIs::Replenishment20221107::DiscountFunding .[](arg0) ⇒ Peddler::APIs::Replenishment20221107::DiscountFunding
24 25 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 24
def self.[]: (?percentage: Array[Float]?) -> Peddler::APIs::Replenishment20221107::DiscountFunding
| (Array[Float]?) -> Peddler::APIs::Replenishment20221107::DiscountFunding
|
.members ⇒ [ :percentage ]
27 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 27
def self.members: () -> [ :percentage ]
|
.new(percentage:) ⇒ Peddler::APIs::Replenishment20221107::DiscountFunding .new(arg0) ⇒ Peddler::APIs::Replenishment20221107::DiscountFunding
22 23 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 22
def self.new: (?percentage: Array[Float]?) -> Peddler::APIs::Replenishment20221107::DiscountFunding
| (Array[Float]?) -> Peddler::APIs::Replenishment20221107::DiscountFunding
|
.parse ⇒ Peddler::APIs::Replenishment20221107::DiscountFunding
29 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 29
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Replenishment20221107::DiscountFunding
|
Instance Method Details
#members ⇒ [ :percentage ]
33 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 33
def members: () -> [ :percentage ]
|
#to_h ⇒ { percentage: Array[Float]? }
34 |
# File 'sig/peddler/apis/replenishment_2022_11_07.rbs', line 34
def to_h: () -> { percentage: Array[Float]? }
|