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

Returns:

  • (Object)

    the current value of accessor



5
6
7
# File 'lib/passion_view/form/base.rb', line 5

def accessor
  @accessor
end

#castObject

Returns the value of attribute cast

Returns:

  • (Object)

    the current value of cast



5
6
7
# File 'lib/passion_view/form/base.rb', line 5

def cast
  @cast
end

#methodsObject

Returns the value of attribute methods

Returns:

  • (Object)

    the current value of methods



5
6
7
# File 'lib/passion_view/form/base.rb', line 5

def methods
  @methods
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



5
6
7
# File 'lib/passion_view/form/base.rb', line 5

def prefix
  @prefix
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



5
6
7
# File 'lib/passion_view/form/base.rb', line 5

def to
  @to
end