Class: Avo::Licensing::ProLicense

Inherits:
License
  • Object
show all
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, #pro?, #properties, #valid?

Constructor Details

This class inherits a constructor from Avo::Licensing::License

Instance Method Details

#abilitiesObject



4
5
6
7
8
9
10
11
12
# File 'lib/avo/licensing/pro_license.rb', line 4

def abilities
  [
    :authorization,
    :custom_tools,
    :custom_fields,
    :global_search,
    :enhanced_search_results
  ]
end