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.
243 244 245 |
# File 'lib/rmxp_extractor/classnames.rb', line 243 def data @data end |
#id ⇒ Object
Returns the value of attribute id.
241 242 243 |
# File 'lib/rmxp_extractor/classnames.rb', line 241 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
242 243 244 |
# File 'lib/rmxp_extractor/classnames.rb', line 242 def name @name end |