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.
-
#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
336 337 338 |
# File 'lib/admin/base/resource.rb', line 336 def apply @apply end |
#field ⇒ Object
Returns the value of attribute field
336 337 338 |
# File 'lib/admin/base/resource.rb', line 336 def field @field end |
#label ⇒ Object
Returns the value of attribute label
336 337 338 |
# File 'lib/admin/base/resource.rb', line 336 def label @label end |
#name ⇒ Object
Returns the value of attribute name
336 337 338 |
# File 'lib/admin/base/resource.rb', line 336 def name @name end |
#options ⇒ Object
Returns the value of attribute options
336 337 338 |
# File 'lib/admin/base/resource.rb', line 336 def @options end |
#placeholder ⇒ Object
Returns the value of attribute placeholder
336 337 338 |
# File 'lib/admin/base/resource.rb', line 336 def placeholder @placeholder end |
#type ⇒ Object
Returns the value of attribute type
336 337 338 |
# File 'lib/admin/base/resource.rb', line 336 def type @type end |