Class: Debci::Admin::Model

Inherits:
Struct
  • Object
show all
Defined in:
lib/debci/admin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ar_classObject

Returns the value of attribute ar_class

Returns:

  • (Object)

    the current value of ar_class



12
13
14
# File 'lib/debci/admin.rb', line 12

def ar_class
  @ar_class
end

#edit_fieldsObject

Returns the value of attribute edit_fields

Returns:

  • (Object)

    the current value of edit_fields



12
13
14
# File 'lib/debci/admin.rb', line 12

def edit_fields
  @edit_fields
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



12
13
14
# File 'lib/debci/admin.rb', line 12

def fields
  @fields
end

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



12
13
14
# File 'lib/debci/admin.rb', line 12

def icon
  @icon
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/debci/admin.rb', line 12

def name
  @name
end

#newObject

Returns the value of attribute new

Returns:

  • (Object)

    the current value of new



12
13
14
# File 'lib/debci/admin.rb', line 12

def new
  @new
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



12
13
14
# File 'lib/debci/admin.rb', line 12

def order
  @order
end

#read_only_fieldsObject

Returns the value of attribute read_only_fields

Returns:

  • (Object)

    the current value of read_only_fields



12
13
14
# File 'lib/debci/admin.rb', line 12

def read_only_fields
  @read_only_fields
end

#search_fieldsObject

Returns the value of attribute search_fields

Returns:

  • (Object)

    the current value of search_fields



12
13
14
# File 'lib/debci/admin.rb', line 12

def search_fields
  @search_fields
end

#select_fieldsObject

Returns the value of attribute select_fields

Returns:

  • (Object)

    the current value of select_fields



12
13
14
# File 'lib/debci/admin.rb', line 12

def select_fields
  @select_fields
end