Class: Debci::Admin::Model
- Inherits:
-
Struct
- Object
- Struct
- Debci::Admin::Model
- Defined in:
- lib/debci/admin.rb
Instance Attribute Summary collapse
-
#ar_class ⇒ Object
Returns the value of attribute ar_class.
-
#edit_fields ⇒ Object
Returns the value of attribute edit_fields.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#name ⇒ Object
Returns the value of attribute name.
-
#new ⇒ Object
Returns the value of attribute new.
-
#order ⇒ Object
Returns the value of attribute order.
-
#read_only_fields ⇒ Object
Returns the value of attribute read_only_fields.
-
#search_fields ⇒ Object
Returns the value of attribute search_fields.
-
#select_fields ⇒ Object
Returns the value of attribute select_fields.
Instance Attribute Details
#ar_class ⇒ Object
Returns the value of attribute ar_class
12 13 14 |
# File 'lib/debci/admin.rb', line 12 def ar_class @ar_class end |
#edit_fields ⇒ Object
Returns the value of attribute edit_fields
12 13 14 |
# File 'lib/debci/admin.rb', line 12 def edit_fields @edit_fields end |
#fields ⇒ Object
Returns the value of attribute fields
12 13 14 |
# File 'lib/debci/admin.rb', line 12 def fields @fields end |
#icon ⇒ Object
Returns the value of attribute icon
12 13 14 |
# File 'lib/debci/admin.rb', line 12 def icon @icon end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/debci/admin.rb', line 12 def name @name end |
#new ⇒ Object
Returns the value of attribute new
12 13 14 |
# File 'lib/debci/admin.rb', line 12 def new @new end |
#order ⇒ Object
Returns the value of attribute order
12 13 14 |
# File 'lib/debci/admin.rb', line 12 def order @order end |
#read_only_fields ⇒ Object
Returns the value of attribute read_only_fields
12 13 14 |
# File 'lib/debci/admin.rb', line 12 def read_only_fields @read_only_fields end |
#search_fields ⇒ Object
Returns the value of attribute search_fields
12 13 14 |
# File 'lib/debci/admin.rb', line 12 def search_fields @search_fields end |
#select_fields ⇒ Object
Returns the value of attribute select_fields
12 13 14 |
# File 'lib/debci/admin.rb', line 12 def select_fields @select_fields end |