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



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def association
  @association
end

#collapsedObject

Returns the value of attribute collapsed

Returns:

  • (Object)

    the current value of collapsed



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def collapsed
  @collapsed
end

#collapsibleObject

Returns the value of attribute collapsible

Returns:

  • (Object)

    the current value of collapsible



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def collapsible
  @collapsible
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def columns
  @columns
end

#displayObject

Returns the value of attribute display

Returns:

  • (Object)

    the current value of display



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def display
  @display
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def fields
  @fields
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def limit
  @limit
end

Returns the value of attribute link_to

Returns:

  • (Object)

    the current value of link_to



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def link_to
  @link_to
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def name
  @name
end

#paginateObject

Returns the value of attribute paginate

Returns:

  • (Object)

    the current value of paginate



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def paginate
  @paginate
end

#per_pageObject

Returns the value of attribute per_page

Returns:

  • (Object)

    the current value of per_page



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def per_page
  @per_page
end

#renderObject

Returns the value of attribute render

Returns:

  • (Object)

    the current value of render



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def render
  @render
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def resource
  @resource
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



480
481
482
# File 'lib/admin/base/resource.rb', line 480

def title
  @title
end