Class: Admin::Base::Resource::ShowSectionDefinition

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

Instance Attribute Summary collapse

Instance Attribute Details

#associationObject

Returns the value of attribute association

Returns:

  • (Object)

    the current value of association



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def association
  @association
end

#collapsedObject

Returns the value of attribute collapsed

Returns:

  • (Object)

    the current value of collapsed



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def collapsed
  @collapsed
end

#collapsibleObject

Returns the value of attribute collapsible

Returns:

  • (Object)

    the current value of collapsible



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def collapsible
  @collapsible
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def columns
  @columns
end

#displayObject

Returns the value of attribute display

Returns:

  • (Object)

    the current value of display



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def display
  @display
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def fields
  @fields
end

#hide_blankObject

Returns the value of attribute hide_blank

Returns:

  • (Object)

    the current value of hide_blank



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def hide_blank
  @hide_blank
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def limit
  @limit
end

Returns the value of attribute link_to

Returns:

  • (Object)

    the current value of link_to



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def link_to
  @link_to
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def options
  @options
end

#paginateObject

Returns the value of attribute paginate

Returns:

  • (Object)

    the current value of paginate



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def paginate
  @paginate
end

#per_pageObject

Returns the value of attribute per_page

Returns:

  • (Object)

    the current value of per_page



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def per_page
  @per_page
end

#renderObject

Returns the value of attribute render

Returns:

  • (Object)

    the current value of render



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def render
  @render
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def resource
  @resource
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



566
567
568
# File 'lib/admin/base/resource.rb', line 566

def title
  @title
end