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



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def association
  @association
end

#collapsedObject

Returns the value of attribute collapsed

Returns:

  • (Object)

    the current value of collapsed



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def collapsed
  @collapsed
end

#collapsibleObject

Returns the value of attribute collapsible

Returns:

  • (Object)

    the current value of collapsible



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def collapsible
  @collapsible
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def columns
  @columns
end

#displayObject

Returns the value of attribute display

Returns:

  • (Object)

    the current value of display



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def display
  @display
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def fields
  @fields
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def limit
  @limit
end

Returns the value of attribute link_to

Returns:

  • (Object)

    the current value of link_to



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def link_to
  @link_to
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def options
  @options
end

#paginateObject

Returns the value of attribute paginate

Returns:

  • (Object)

    the current value of paginate



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def paginate
  @paginate
end

#per_pageObject

Returns the value of attribute per_page

Returns:

  • (Object)

    the current value of per_page



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def per_page
  @per_page
end

#renderObject

Returns the value of attribute render

Returns:

  • (Object)

    the current value of render



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def render
  @render
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def resource
  @resource
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



531
532
533
# File 'lib/admin/base/resource.rb', line 531

def title
  @title
end