Class: Forminator::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/forminator/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject

Returns the value of attribute klass.



3
4
5
# File 'lib/forminator/config.rb', line 3

def klass
  @klass
end

#persistObject

Returns the value of attribute persist.



3
4
5
# File 'lib/forminator/config.rb', line 3

def persist
  @persist
end

#stepsObject

Returns the value of attribute steps.



3
4
5
# File 'lib/forminator/config.rb', line 3

def steps
  @steps
end