Class: Ruflet::Extensions::Registration

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruflet_ui/ruflet/extensions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#control_classObject

Returns the value of attribute control_class

Returns:

  • (Object)

    the current value of control_class



9
10
11
# File 'lib/ruflet_ui/ruflet/extensions.rb', line 9

def control_class
  @control_class
end

#flutterObject

Returns the value of attribute flutter

Returns:

  • (Object)

    the current value of flutter



9
10
11
# File 'lib/ruflet_ui/ruflet/extensions.rb', line 9

def flutter
  @flutter
end

#helpersObject

Returns the value of attribute helpers

Returns:

  • (Object)

    the current value of helpers



9
10
11
# File 'lib/ruflet_ui/ruflet/extensions.rb', line 9

def helpers
  @helpers
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/ruflet_ui/ruflet/extensions.rb', line 9

def name
  @name
end