Class: Script
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
226 227 228 |
# File 'lib/rmxp_extractor/classnames.rb', line 226 def data @data end |
#id ⇒ Object
Returns the value of attribute id.
224 225 226 |
# File 'lib/rmxp_extractor/classnames.rb', line 224 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
225 226 227 |
# File 'lib/rmxp_extractor/classnames.rb', line 225 def name @name end |