Class: LcpRuby::AssociationOptionsBuilder::OptionsQuery

Inherits:
Struct
  • Object
show all
Defined in:
lib/lcp_ruby/association_options_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#disabled_idsObject

Returns the value of attribute disabled_ids

Returns:

  • (Object)

    the current value of disabled_ids



10
11
12
# File 'lib/lcp_ruby/association_options_builder.rb', line 10

def disabled_ids
  @disabled_ids
end

#join_columnObject

Returns the value of attribute join_column

Returns:

  • (Object)

    the current value of join_column



10
11
12
# File 'lib/lcp_ruby/association_options_builder.rb', line 10

def join_column
  @join_column
end

#label_methodObject

Returns the value of attribute label_method

Returns:

  • (Object)

    the current value of label_method



10
11
12
# File 'lib/lcp_ruby/association_options_builder.rb', line 10

def label_method
  @label_method
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



10
11
12
# File 'lib/lcp_ruby/association_options_builder.rb', line 10

def query
  @query
end

#target_classObject

Returns the value of attribute target_class

Returns:

  • (Object)

    the current value of target_class



10
11
12
# File 'lib/lcp_ruby/association_options_builder.rb', line 10

def target_class
  @target_class
end