Class: Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence
- Defined in:
- sig/peddler/apis/customer_feedback_2024_06_01.rbs
Instance Attribute Summary collapse
-
#all_products ⇒ Float
readonly
Returns the value of attribute all_products.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :all_products ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence
Instance Method Summary collapse
Instance Attribute Details
#all_products ⇒ Float (readonly)
Returns the value of attribute all_products.
48 49 50 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 48 def all_products @all_products end |
Class Method Details
.[](all_products:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence .[](arg0) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence
41 42 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 41
def self.[]: (all_products: Float) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence
| (Float) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence
|
.members ⇒ [ :all_products ]
44 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 44
def self.members: () -> [ :all_products ]
|
.new(all_products:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence .new(arg0) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence
39 40 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 39
def self.new: (all_products: Float) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence
| (Float) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence
|
.parse ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence
46 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 46
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeOccurrence
|
Instance Method Details
#members ⇒ [ :all_products ]
50 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 50
def members: () -> [ :all_products ]
|
#to_h ⇒ { all_products: Float }
51 |
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 51
def to_h: () -> { all_products: Float }
|