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



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

def accessor
  @accessor
end

#castObject

Returns the value of attribute cast

Returns:

  • (Object)

    the current value of cast



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

def cast
  @cast
end

#methodsObject

Returns the value of attribute methods

Returns:

  • (Object)

    the current value of methods



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

def methods
  @methods
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



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

def prefix
  @prefix
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



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

def to
  @to
end