Class: Admin::Base::Resource::FilterDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/admin/base/resource.rb

Instance Attribute Summary collapse

Instance Attribute Details

#applyObject

Returns the value of attribute apply

Returns:

  • (Object)

    the current value of apply



348
349
350
# File 'lib/admin/base/resource.rb', line 348

def apply
  @apply
end

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



348
349
350
# File 'lib/admin/base/resource.rb', line 348

def default
  @default
end

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



348
349
350
# File 'lib/admin/base/resource.rb', line 348

def field
  @field
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



348
349
350
# File 'lib/admin/base/resource.rb', line 348

def label
  @label
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



348
349
350
# File 'lib/admin/base/resource.rb', line 348

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



348
349
350
# File 'lib/admin/base/resource.rb', line 348

def options
  @options
end

#placeholderObject

Returns the value of attribute placeholder

Returns:

  • (Object)

    the current value of placeholder



348
349
350
# File 'lib/admin/base/resource.rb', line 348

def placeholder
  @placeholder
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



348
349
350
# File 'lib/admin/base/resource.rb', line 348

def type
  @type
end