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



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

def association
  @association
end

#collapsedObject

Returns the value of attribute collapsed

Returns:

  • (Object)

    the current value of collapsed



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

def collapsed
  @collapsed
end

#collapsibleObject

Returns the value of attribute collapsible

Returns:

  • (Object)

    the current value of collapsible



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

def collapsible
  @collapsible
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



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

def columns
  @columns
end

#displayObject

Returns the value of attribute display

Returns:

  • (Object)

    the current value of display



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

def display
  @display
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



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

def fields
  @fields
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



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

def limit
  @limit
end

Returns the value of attribute link_to

Returns:

  • (Object)

    the current value of link_to



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

def link_to
  @link_to
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#paginateObject

Returns the value of attribute paginate

Returns:

  • (Object)

    the current value of paginate



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

def paginate
  @paginate
end

#per_pageObject

Returns the value of attribute per_page

Returns:

  • (Object)

    the current value of per_page



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

def per_page
  @per_page
end

#renderObject

Returns the value of attribute render

Returns:

  • (Object)

    the current value of render



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

def render
  @render
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



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

def resource
  @resource
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end