Class: Admin::Base::Resource::FilterDefinition
- Inherits:
-
Struct
- Object
- Struct
- Admin::Base::Resource::FilterDefinition
- Defined in:
- lib/admin/base/resource.rb
Instance Attribute Summary collapse
-
#apply ⇒ Object
Returns the value of attribute apply.
-
#default ⇒ Object
Returns the value of attribute default.
-
#field ⇒ Object
Returns the value of attribute field.
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#placeholder ⇒ Object
Returns the value of attribute placeholder.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#apply ⇒ Object
Returns the value of attribute apply
367 368 369 |
# File 'lib/admin/base/resource.rb', line 367 def apply @apply end |
#default ⇒ Object
Returns the value of attribute default
367 368 369 |
# File 'lib/admin/base/resource.rb', line 367 def default @default end |
#field ⇒ Object
Returns the value of attribute field
367 368 369 |
# File 'lib/admin/base/resource.rb', line 367 def field @field end |
#label ⇒ Object
Returns the value of attribute label
367 368 369 |
# File 'lib/admin/base/resource.rb', line 367 def label @label end |
#name ⇒ Object
Returns the value of attribute name
367 368 369 |
# File 'lib/admin/base/resource.rb', line 367 def name @name end |
#options ⇒ Object
Returns the value of attribute options
367 368 369 |
# File 'lib/admin/base/resource.rb', line 367 def @options end |
#placeholder ⇒ Object
Returns the value of attribute placeholder
367 368 369 |
# File 'lib/admin/base/resource.rb', line 367 def placeholder @placeholder end |
#type ⇒ Object
Returns the value of attribute type
367 368 369 |
# File 'lib/admin/base/resource.rb', line 367 def type @type end |