class Enums::ScriptTypes
Constants
- SCRIPT_TYPES
Attributes
script_type[R]
Public Class Methods
new(type)
click to toggle source
# File lib/enums/script_types.rb, line 14 def initialize type @script_type = type end