Class: RGSSAD::RGSSAD_File
- Inherits:
-
Struct
- Object
- Struct
- RGSSAD::RGSSAD_File
- Defined in:
- lib/rgss3/rgss3a.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#file_size ⇒ Object
Returns the value of attribute file_size.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#filename_size ⇒ Object
Returns the value of attribute filename_size.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
8 9 10 |
# File 'lib/rgss3/rgss3a.rb', line 8 def file @file end |
#file_size ⇒ Object
Returns the value of attribute file_size
8 9 10 |
# File 'lib/rgss3/rgss3a.rb', line 8 def file_size @file_size end |
#filename ⇒ Object
Returns the value of attribute filename
8 9 10 |
# File 'lib/rgss3/rgss3a.rb', line 8 def filename @filename end |
#filename_size ⇒ Object
Returns the value of attribute filename_size
8 9 10 |
# File 'lib/rgss3/rgss3a.rb', line 8 def filename_size @filename_size end |