Class: FlowChat::Config::WhatsappConfig::LADDER_LIMITS_SHAPE
- Inherits:
-
Struct
- Object
- Struct
- FlowChat::Config::WhatsappConfig::LADDER_LIMITS_SHAPE
- Defined in:
- lib/flow_chat/config.rb
Instance Attribute Summary collapse
-
#max_buttons_per_element ⇒ Object
Returns the value of attribute max_buttons_per_element.
-
#max_carousel_elements ⇒ Object
Returns the value of attribute max_carousel_elements.
-
#max_quick_replies ⇒ Object
Returns the value of attribute max_quick_replies.
Instance Attribute Details
#max_buttons_per_element ⇒ Object
Returns the value of attribute max_buttons_per_element
146 147 148 |
# File 'lib/flow_chat/config.rb', line 146 def @max_buttons_per_element end |
#max_carousel_elements ⇒ Object
Returns the value of attribute max_carousel_elements
146 147 148 |
# File 'lib/flow_chat/config.rb', line 146 def max_carousel_elements @max_carousel_elements end |
#max_quick_replies ⇒ Object
Returns the value of attribute max_quick_replies
146 147 148 |
# File 'lib/flow_chat/config.rb', line 146 def max_quick_replies @max_quick_replies end |