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.
-
#formatters ⇒ Object
Returns the value of attribute formatters.
-
#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.
-
#parsers ⇒ Object
Returns the value of attribute parsers.
-
#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
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def ar_class @ar_class end |
#edit_fields ⇒ Object
Returns the value of attribute edit_fields
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def edit_fields @edit_fields end |
#fields ⇒ Object
Returns the value of attribute fields
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def fields @fields end |
#formatters ⇒ Object
Returns the value of attribute formatters
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def formatters @formatters end |
#icon ⇒ Object
Returns the value of attribute icon
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def icon @icon end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def name @name end |
#new ⇒ Object
Returns the value of attribute new
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def new @new end |
#order ⇒ Object
Returns the value of attribute order
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def order @order end |
#parsers ⇒ Object
Returns the value of attribute parsers
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def parsers @parsers end |
#read_only_fields ⇒ Object
Returns the value of attribute read_only_fields
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def read_only_fields @read_only_fields end |
#search_fields ⇒ Object
Returns the value of attribute search_fields
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def search_fields @search_fields end |
#select_fields ⇒ Object
Returns the value of attribute select_fields
13 14 15 |
# File 'lib/debci/admin.rb', line 13 def select_fields @select_fields end |