Class: Statecraft::Mounting::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Statecraft::Mounting::Configuration
- Defined in:
- lib/statecraft/mounting.rb
Instance Attribute Summary collapse
-
#changed_at_column ⇒ Object
Returns the value of attribute changed_at_column.
-
#column ⇒ Object
Returns the value of attribute column.
-
#helpers ⇒ Object
Returns the value of attribute helpers.
-
#log_class ⇒ Object
Returns the value of attribute log_class.
-
#log_foreign_key ⇒ Object
Returns the value of attribute log_foreign_key.
-
#machine_class ⇒ Object
Returns the value of attribute machine_class.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#touch ⇒ Object
Returns the value of attribute touch.
-
#version_column ⇒ Object
Returns the value of attribute version_column.
Instance Attribute Details
#changed_at_column ⇒ Object
Returns the value of attribute changed_at_column
12 13 14 |
# File 'lib/statecraft/mounting.rb', line 12 def changed_at_column @changed_at_column end |
#column ⇒ Object
Returns the value of attribute column
12 13 14 |
# File 'lib/statecraft/mounting.rb', line 12 def column @column end |
#helpers ⇒ Object
Returns the value of attribute helpers
12 13 14 |
# File 'lib/statecraft/mounting.rb', line 12 def helpers @helpers end |
#log_class ⇒ Object
Returns the value of attribute log_class
12 13 14 |
# File 'lib/statecraft/mounting.rb', line 12 def log_class @log_class end |
#log_foreign_key ⇒ Object
Returns the value of attribute log_foreign_key
12 13 14 |
# File 'lib/statecraft/mounting.rb', line 12 def log_foreign_key @log_foreign_key end |
#machine_class ⇒ Object
Returns the value of attribute machine_class
12 13 14 |
# File 'lib/statecraft/mounting.rb', line 12 def machine_class @machine_class end |
#scopes ⇒ Object
Returns the value of attribute scopes
12 13 14 |
# File 'lib/statecraft/mounting.rb', line 12 def scopes @scopes end |
#touch ⇒ Object
Returns the value of attribute touch
12 13 14 |
# File 'lib/statecraft/mounting.rb', line 12 def touch @touch end |
#version_column ⇒ Object
Returns the value of attribute version_column
12 13 14 |
# File 'lib/statecraft/mounting.rb', line 12 def version_column @version_column end |