Class: Admin::Base::Resource::FieldDefinition
- Inherits:
-
Struct
- Object
- Struct
- Admin::Base::Resource::FieldDefinition
- Defined in:
- lib/admin/base/resource.rb
Instance Attribute Summary collapse
-
#accept ⇒ Object
Returns the value of attribute accept.
-
#collection ⇒ Object
Returns the value of attribute collection.
-
#creatable ⇒ Object
Returns the value of attribute creatable.
-
#create_url ⇒ Object
Returns the value of attribute create_url.
-
#help ⇒ Object
Returns the value of attribute help.
-
#if_condition ⇒ Object
Returns the value of attribute if_condition.
-
#label ⇒ Object
Returns the value of attribute label.
-
#label_color ⇒ Object
Returns the value of attribute label_color.
-
#label_size ⇒ Object
Returns the value of attribute label_size.
-
#multiple ⇒ Object
Returns the value of attribute multiple.
-
#name ⇒ Object
Returns the value of attribute name.
-
#placeholder ⇒ Object
Returns the value of attribute placeholder.
-
#preview ⇒ Object
Returns the value of attribute preview.
-
#readonly ⇒ Object
Returns the value of attribute readonly.
-
#required ⇒ Object
Returns the value of attribute required.
-
#rows ⇒ Object
Returns the value of attribute rows.
-
#type ⇒ Object
Returns the value of attribute type.
-
#unless_condition ⇒ Object
Returns the value of attribute unless_condition.
-
#variants ⇒ Object
Returns the value of attribute variants.
Instance Attribute Details
#accept ⇒ Object
Returns the value of attribute accept
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def accept @accept end |
#collection ⇒ Object
Returns the value of attribute collection
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def collection @collection end |
#creatable ⇒ Object
Returns the value of attribute creatable
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def creatable @creatable end |
#create_url ⇒ Object
Returns the value of attribute create_url
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def create_url @create_url end |
#help ⇒ Object
Returns the value of attribute help
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def help @help end |
#if_condition ⇒ Object
Returns the value of attribute if_condition
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def if_condition @if_condition end |
#label ⇒ Object
Returns the value of attribute label
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def label @label end |
#label_color ⇒ Object
Returns the value of attribute label_color
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def label_color @label_color end |
#label_size ⇒ Object
Returns the value of attribute label_size
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def label_size @label_size end |
#multiple ⇒ Object
Returns the value of attribute multiple
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def multiple @multiple end |
#name ⇒ Object
Returns the value of attribute name
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def name @name end |
#placeholder ⇒ Object
Returns the value of attribute placeholder
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def placeholder @placeholder end |
#preview ⇒ Object
Returns the value of attribute preview
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def preview @preview end |
#readonly ⇒ Object
Returns the value of attribute readonly
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def readonly @readonly end |
#required ⇒ Object
Returns the value of attribute required
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def required @required end |
#rows ⇒ Object
Returns the value of attribute rows
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def rows @rows end |
#type ⇒ Object
Returns the value of attribute type
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def type @type end |
#unless_condition ⇒ Object
Returns the value of attribute unless_condition
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def unless_condition @unless_condition end |
#variants ⇒ Object
Returns the value of attribute variants
405 406 407 |
# File 'lib/admin/base/resource.rb', line 405 def variants @variants end |