Class: Sketchup::Licensing::ExtensionLicense
- Defined in:
- lib/extensionlicense.rb
Instance Method Summary collapse
-
#days_remaining ⇒ Integer
Number of days.
-
#error_description ⇒ String
Error description.
- #licensed? ⇒ Boolean
-
#state ⇒ Object
State a constant defined in the Licensing namespace.
Instance Method Details
#days_remaining ⇒ Integer
Returns number of days.
7 8 |
# File 'lib/extensionlicense.rb', line 7 def days_remaining end |
#error_description ⇒ String
Returns error description.
11 12 |
# File 'lib/extensionlicense.rb', line 11 def error_description end |
#licensed? ⇒ Boolean
14 15 |
# File 'lib/extensionlicense.rb', line 14 def licensed? end |
#state ⇒ Object
Returns state a constant defined in the Licensing namespace
24 25 26 27 |
# File 'lib/extensionlicense.rb', line 24 def state state = Sketchup::Licensing::NOT_LICENSED return state end |