Class: Kinko::Adapters::ROM::Plugin::Config::Indexed

Inherits:
Struct
  • Object
show all
Defined in:
lib/kinko/adapters/rom/plugin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#normalizeObject

Returns the value of attribute normalize

Returns:

  • (Object)

    the current value of normalize



12
13
14
# File 'lib/kinko/adapters/rom/plugin.rb', line 12

def normalize
  @normalize
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



12
13
14
# File 'lib/kinko/adapters/rom/plugin.rb', line 12

def source
  @source
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



12
13
14
# File 'lib/kinko/adapters/rom/plugin.rb', line 12

def to
  @to
end