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_time ⇒ Object

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_key ⇒ Object

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_association ⇒ Object

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

#klass ⇒ Object

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

#name ⇒ Object

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

#options ⇒ Object

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

#reflection ⇒ Object

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_association ⇒ Object

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