Class: PassionView::Form::Base::Delegation

Inherits:
Struct
  • Object
show all
Defined in:
lib/passion_view/form/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accessorObject

Returns the value of attribute accessor



9
10
11
# File 'lib/passion_view/form/base.rb', line 9

def accessor
  @accessor
end

#castObject

Returns the value of attribute cast



9
10
11
# File 'lib/passion_view/form/base.rb', line 9

def cast
  @cast
end

#methodsObject

Returns the value of attribute methods



9
10
11
# File 'lib/passion_view/form/base.rb', line 9

def methods
  @methods
end

#prefixObject

Returns the value of attribute prefix



9
10
11
# File 'lib/passion_view/form/base.rb', line 9

def prefix
  @prefix
end

#toObject

Returns the value of attribute to



9
10
11
# File 'lib/passion_view/form/base.rb', line 9

def to
  @to
end