Class: CEML::Script::DefaultDP
- Inherits:
-
Struct
- Object
- Struct
- CEML::Script::DefaultDP
- Defined in:
- lib/ceml/lang/script.rb
Overview
cast =
Instance Attribute Summary collapse
-
#max ⇒ Object
Returns the value of attribute max.
-
#radius ⇒ Object
Returns the value of attribute radius.
-
#rolenames ⇒ Object
Returns the value of attribute rolenames.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#max ⇒ Object
Returns the value of attribute max
67 68 69 |
# File 'lib/ceml/lang/script.rb', line 67 def max @max end |
#radius ⇒ Object
Returns the value of attribute radius
67 68 69 |
# File 'lib/ceml/lang/script.rb', line 67 def radius @radius end |
#rolenames ⇒ Object
Returns the value of attribute rolenames
67 68 69 |
# File 'lib/ceml/lang/script.rb', line 67 def rolenames @rolenames end |
#type ⇒ Object
Returns the value of attribute type
67 68 69 |
# File 'lib/ceml/lang/script.rb', line 67 def type @type end |