Class: LcpRuby::AssociationOptionsBuilder::OptionsQuery
- Inherits:
-
Struct
- Object
- Struct
- LcpRuby::AssociationOptionsBuilder::OptionsQuery
- Defined in:
- lib/lcp_ruby/association_options_builder.rb
Instance Attribute Summary collapse
-
#disabled_ids ⇒ Object
Returns the value of attribute disabled_ids.
-
#join_column ⇒ Object
Returns the value of attribute join_column.
-
#label_method ⇒ Object
Returns the value of attribute label_method.
-
#query ⇒ Object
Returns the value of attribute query.
-
#target_class ⇒ Object
Returns the value of attribute target_class.
Instance Attribute Details
#disabled_ids ⇒ Object
Returns the value of attribute disabled_ids
10 11 12 |
# File 'lib/lcp_ruby/association_options_builder.rb', line 10 def disabled_ids @disabled_ids end |
#join_column ⇒ Object
Returns the value of attribute join_column
10 11 12 |
# File 'lib/lcp_ruby/association_options_builder.rb', line 10 def join_column @join_column end |
#label_method ⇒ Object
Returns the value of attribute label_method
10 11 12 |
# File 'lib/lcp_ruby/association_options_builder.rb', line 10 def label_method @label_method end |
#query ⇒ Object
Returns the value of attribute query
10 11 12 |
# File 'lib/lcp_ruby/association_options_builder.rb', line 10 def query @query end |
#target_class ⇒ Object
Returns the value of attribute target_class
10 11 12 |
# File 'lib/lcp_ruby/association_options_builder.rb', line 10 def target_class @target_class end |