Class: Ruflet::Extensions::Registration
- Inherits:
-
Struct
- Object
- Struct
- Ruflet::Extensions::Registration
- Defined in:
- lib/ruflet_ui/ruflet/extensions.rb
Instance Attribute Summary collapse
-
#control_class ⇒ Object
Returns the value of attribute control_class.
-
#flutter ⇒ Object
Returns the value of attribute flutter.
-
#helpers ⇒ Object
Returns the value of attribute helpers.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#control_class ⇒ Object
Returns the value of attribute control_class
9 10 11 |
# File 'lib/ruflet_ui/ruflet/extensions.rb', line 9 def control_class @control_class end |
#flutter ⇒ Object
Returns the value of attribute flutter
9 10 11 |
# File 'lib/ruflet_ui/ruflet/extensions.rb', line 9 def flutter @flutter end |
#helpers ⇒ Object
Returns the value of attribute helpers
9 10 11 |
# File 'lib/ruflet_ui/ruflet/extensions.rb', line 9 def helpers @helpers end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/ruflet_ui/ruflet/extensions.rb', line 9 def name @name end |