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



336
337
338
# File 'lib/admin/base/resource.rb', line 336

def apply
  @apply
end

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



336
337
338
# File 'lib/admin/base/resource.rb', line 336

def field
  @field
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



336
337
338
# File 'lib/admin/base/resource.rb', line 336

def label
  @label
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



336
337
338
# File 'lib/admin/base/resource.rb', line 336

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



336
337
338
# File 'lib/admin/base/resource.rb', line 336

def options
  @options
end

#placeholderObject

Returns the value of attribute placeholder

Returns:

  • (Object)

    the current value of placeholder



336
337
338
# File 'lib/admin/base/resource.rb', line 336

def placeholder
  @placeholder
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



336
337
338
# File 'lib/admin/base/resource.rb', line 336

def type
  @type
end