Class: Peddler::APIs::CustomerFeedback20240601::BrowseNodeAllOccurrence

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#all_productsFloat (readonly)

Returns the value of attribute all_products.

Returns:

  • (Float)


14
15
16
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 14

def all_products
  @all_products
end

#top_twenty_five_percent_productsFloat (readonly)

Returns the value of attribute top_twenty_five_percent_products.

Returns:

  • (Float)


15
16
17
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 15

def top_twenty_five_percent_products
  @top_twenty_five_percent_products
end

Class Method Details

.[](all_products:, top_twenty_five_percent_products:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeAllOccurrence .[](arg0, arg1) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeAllOccurrence

Overloads:



7
8
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 7

def self.[]: (all_products: Float, top_twenty_five_percent_products: Float) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeAllOccurrence
| (Float, Float) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeAllOccurrence

.members[ :all_products, :top_twenty_five_percent_products ]

Returns:

  • ([ :all_products, :top_twenty_five_percent_products ])


10
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 10

def self.members: () -> [ :all_products, :top_twenty_five_percent_products ]

.new(all_products:, top_twenty_five_percent_products:) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeAllOccurrence .new(arg0, arg1) ⇒ Peddler::APIs::CustomerFeedback20240601::BrowseNodeAllOccurrence

Overloads:



5
6
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 5

def self.new: (all_products: Float, top_twenty_five_percent_products: Float) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeAllOccurrence
| (Float, Float) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeAllOccurrence

.parsePeddler::APIs::CustomerFeedback20240601::BrowseNodeAllOccurrence

Parameters:

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

Returns:



12
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 12

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CustomerFeedback20240601::BrowseNodeAllOccurrence

Instance Method Details

#members[ :all_products, :top_twenty_five_percent_products ]

Returns:

  • ([ :all_products, :top_twenty_five_percent_products ])


17
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 17

def members: () -> [ :all_products, :top_twenty_five_percent_products ]

#to_h{ all_products: Float, top_twenty_five_percent_products: Float }

Returns:

  • ({ all_products: Float, top_twenty_five_percent_products: Float })


18
# File 'sig/peddler/apis/customer_feedback_2024_06_01.rbs', line 18

def to_h: () -> { all_products: Float, top_twenty_five_percent_products: Float }