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