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