Class: CableReady::Updatable::Collection
- Inherits:
-
Struct
- Object
- Struct
- CableReady::Updatable::Collection
- Defined in:
- app/models/concerns/cable_ready/updatable/collections_registry.rb
Instance Attribute Summary collapse
-
#debounce_time ⇒ Object
Returns the value of attribute debounce_time.
-
#foreign_key ⇒ Object
Returns the value of attribute foreign_key.
-
#inverse_association ⇒ Object
Returns the value of attribute inverse_association.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#reflection ⇒ Object
Returns the value of attribute reflection.
-
#through_association ⇒ Object
Returns the value of attribute through_association.
Instance Attribute Details
#debounce_time ⇒ Object
Returns the value of attribute 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
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
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
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
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
5 6 7 |
# File 'app/models/concerns/cable_ready/updatable/collections_registry.rb', line 5 def @options end |
#reflection ⇒ Object
Returns the value of attribute 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
5 6 7 |
# File 'app/models/concerns/cable_ready/updatable/collections_registry.rb', line 5 def through_association @through_association end |