Class: Representable::Binding::Deprecation::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/representable/deprecations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bindingObject

Returns the value of attribute binding

Returns:

  • (Object)

    the current value of binding



34
35
36
# File 'lib/representable/deprecations.rb', line 34

def binding
  @binding
end

#decoratorObject

Returns the value of attribute decorator

Returns:

  • (Object)

    the current value of decorator



34
35
36
# File 'lib/representable/deprecations.rb', line 34

def decorator
  @decorator
end

#representedObject

Returns the value of attribute represented

Returns:

  • (Object)

    the current value of represented



34
35
36
# File 'lib/representable/deprecations.rb', line 34

def represented
  @represented
end

#user_optionsObject

Returns the value of attribute user_options

Returns:

  • (Object)

    the current value of user_options



34
35
36
# File 'lib/representable/deprecations.rb', line 34

def user_options
  @user_options
end