Class: AdminSuite::UI::PanelDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/admin_suite/ui/dashboard_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



5
6
7
# File 'lib/admin_suite/ui/dashboard_definition.rb', line 5

def options
  @options
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



5
6
7
# File 'lib/admin_suite/ui/dashboard_definition.rb', line 5

def title
  @title
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/admin_suite/ui/dashboard_definition.rb', line 5

def type
  @type
end