Class: CableReady::Updatable::Collection

Inherits:
Struct
  • Object
show all
Defined in:
app/models/concerns/cable_ready/updatable/collections_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#debounce_timeObject

Returns the value of attribute debounce_time

Returns:

  • (Object)

    the current value of debounce_time



5
6
7
# File 'app/models/concerns/cable_ready/updatable/collections_registry.rb', line 5

def debounce_time
  @debounce_time
end

#foreign_keyObject

Returns the value of attribute foreign_key

Returns:

  • (Object)

    the current value of foreign_key



5
6
7
# File 'app/models/concerns/cable_ready/updatable/collections_registry.rb', line 5

def foreign_key
  @foreign_key
end

#inverse_associationObject

Returns the value of attribute inverse_association

Returns:

  • (Object)

    the current value of inverse_association



5
6
7
# File 'app/models/concerns/cable_ready/updatable/collections_registry.rb', line 5

def inverse_association
  @inverse_association
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



5
6
7
# File 'app/models/concerns/cable_ready/updatable/collections_registry.rb', line 5

def klass
  @klass
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'app/models/concerns/cable_ready/updatable/collections_registry.rb', line 5

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



5
6
7
# File 'app/models/concerns/cable_ready/updatable/collections_registry.rb', line 5

def options
  @options
end

#reflectionObject

Returns the value of attribute reflection

Returns:

  • (Object)

    the current value of reflection



5
6
7
# File 'app/models/concerns/cable_ready/updatable/collections_registry.rb', line 5

def reflection
  @reflection
end

#through_associationObject

Returns the value of attribute through_association

Returns:

  • (Object)

    the current value of through_association



5
6
7
# File 'app/models/concerns/cable_ready/updatable/collections_registry.rb', line 5

def through_association
  @through_association
end