Class: Kinko::Adapters::ROM::Plugin::Config::Indexed
- Inherits:
-
Struct
- Object
- Struct
- Kinko::Adapters::ROM::Plugin::Config::Indexed
- Defined in:
- lib/kinko/adapters/rom/plugin.rb
Instance Attribute Summary collapse
-
#normalize ⇒ Object
Returns the value of attribute normalize.
-
#source ⇒ Object
Returns the value of attribute source.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#normalize ⇒ Object
Returns the value of attribute normalize
12 13 14 |
# File 'lib/kinko/adapters/rom/plugin.rb', line 12 def normalize @normalize end |
#source ⇒ Object
Returns the value of attribute source
12 13 14 |
# File 'lib/kinko/adapters/rom/plugin.rb', line 12 def source @source end |
#to ⇒ Object
Returns the value of attribute to
12 13 14 |
# File 'lib/kinko/adapters/rom/plugin.rb', line 12 def to @to end |