Class: RailsAdmin::Config::Sections::Base
- Inherits:
-
Object
- Object
- RailsAdmin::Config::Sections::Base
- Includes:
- Configurable, HasDescription, HasFields, HasGroups, Inspectable, Proxyable
- Defined in:
- lib/rails_admin/config/sections/base.rb
Overview
Configuration of the show view for a new object
Constant Summary collapse
- NAMED_INSTANCE_VARIABLES =
[:@parent, :@root, :@abstract_model].freeze
Instance Attribute Summary collapse
-
#abstract_model ⇒ Object
readonly
Returns the value of attribute abstract_model.
-
#parent ⇒ Object
readonly
Returns the value of attribute parent.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Attributes included from HasDescription
Instance Method Summary collapse
-
#initialize(parent) ⇒ Base
constructor
A new instance of Base.
Methods included from HasDescription
Methods included from HasGroups
Methods included from HasFields
#all_fields, #configure, #exclude_fields, #field, #fields, #fields_of_type, #include_all_fields, #include_fields, #visible_fields
Methods included from Inspectable
Methods included from Configurable
#has_option?, included, #register_deprecated_instance_option, #register_instance_option
Methods included from Proxyable
Constructor Details
Instance Attribute Details
#abstract_model ⇒ Object (readonly)
Returns the value of attribute abstract_model.
21 22 23 |
# File 'lib/rails_admin/config/sections/base.rb', line 21 def abstract_model @abstract_model end |
#parent ⇒ Object (readonly)
Returns the value of attribute parent.
22 23 24 |
# File 'lib/rails_admin/config/sections/base.rb', line 22 def parent @parent end |
#root ⇒ Object (readonly)
Returns the value of attribute root.
22 23 24 |
# File 'lib/rails_admin/config/sections/base.rb', line 22 def root @root end |