Class: Avo::Licensing::ProLicense
- Defined in:
- lib/avo/licensing/pro_license.rb
Instance Attribute Summary
Attributes inherited from License
#id, #payload, #response, #valid
Instance Method Summary collapse
Methods inherited from License
#can, #cant, #error, #has_with_trial, #initialize, #invalid?, #lacks_with_trial, #name, #pro?, #properties, #valid?
Constructor Details
This class inherits a constructor from Avo::Licensing::License
Instance Method Details
#abilities ⇒ Object
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# File 'lib/avo/licensing/pro_license.rb', line 4 def abilities [ :authorization, :localization, :custom_tools, :custom_fields, :resource_tools, :global_search, :enhanced_search_results, :searchable_associations, :resource_ordering, :dashboards, :menu_editor, :stimulus_js_integration, :resource_show_controls, :branding, :advanced_fields ] end |