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



367
368
369
# File 'lib/admin/base/resource.rb', line 367

def apply
  @apply
end

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



367
368
369
# File 'lib/admin/base/resource.rb', line 367

def default
  @default
end

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



367
368
369
# File 'lib/admin/base/resource.rb', line 367

def field
  @field
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



367
368
369
# File 'lib/admin/base/resource.rb', line 367

def label
  @label
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



367
368
369
# File 'lib/admin/base/resource.rb', line 367

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



367
368
369
# File 'lib/admin/base/resource.rb', line 367

def options
  @options
end

#placeholderObject

Returns the value of attribute placeholder

Returns:

  • (Object)

    the current value of placeholder



367
368
369
# File 'lib/admin/base/resource.rb', line 367

def placeholder
  @placeholder
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



367
368
369
# File 'lib/admin/base/resource.rb', line 367

def type
  @type
end