Class: Studio::CreatureForm::FormTextId
Instance Attribute Summary collapse
-
#description ⇒ Integer
readonly
ID of the form description.
-
#name ⇒ Integer
readonly
ID of the form name.
Instance Attribute Details
#description ⇒ Integer (readonly)
ID of the form description
790 791 792 |
# File 'docs/3_Studio.rb', line 790 def description @description end |
#name ⇒ Integer (readonly)
ID of the form name
787 788 789 |
# File 'docs/3_Studio.rb', line 787 def name @name end |