Class: Jav::Licensing::ProLicense

Inherits:
License
  • Object
show all
Defined in:
lib/jav/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 Jav::Licensing::License

Instance Method Details

#abilitiesObject



4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# File 'lib/jav/licensing/pro_license.rb', line 4

def abilities
  i[
    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
    resource_sidebar
    advanced_fields
  ]
end