Class: Statecraft::Mounting::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/statecraft/mounting.rb

Instance Attribute Summary collapse

Instance Attribute Details

#changed_at_columnObject

Returns the value of attribute changed_at_column

Returns:

  • (Object)

    the current value of changed_at_column



12
13
14
# File 'lib/statecraft/mounting.rb', line 12

def changed_at_column
  @changed_at_column
end

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



12
13
14
# File 'lib/statecraft/mounting.rb', line 12

def column
  @column
end

#helpersObject

Returns the value of attribute helpers

Returns:

  • (Object)

    the current value of helpers



12
13
14
# File 'lib/statecraft/mounting.rb', line 12

def helpers
  @helpers
end

#log_classObject

Returns the value of attribute log_class

Returns:

  • (Object)

    the current value of log_class



12
13
14
# File 'lib/statecraft/mounting.rb', line 12

def log_class
  @log_class
end

#log_foreign_keyObject

Returns the value of attribute log_foreign_key

Returns:

  • (Object)

    the current value of log_foreign_key



12
13
14
# File 'lib/statecraft/mounting.rb', line 12

def log_foreign_key
  @log_foreign_key
end

#machine_classObject

Returns the value of attribute machine_class

Returns:

  • (Object)

    the current value of machine_class



12
13
14
# File 'lib/statecraft/mounting.rb', line 12

def machine_class
  @machine_class
end

#scopesObject

Returns the value of attribute scopes

Returns:

  • (Object)

    the current value of scopes



12
13
14
# File 'lib/statecraft/mounting.rb', line 12

def scopes
  @scopes
end

#touchObject

Returns the value of attribute touch

Returns:

  • (Object)

    the current value of touch



12
13
14
# File 'lib/statecraft/mounting.rb', line 12

def touch
  @touch
end

#version_columnObject

Returns the value of attribute version_column

Returns:

  • (Object)

    the current value of version_column



12
13
14
# File 'lib/statecraft/mounting.rb', line 12

def version_column
  @version_column
end