Class: NuriGame::TsxReader::Image
- Inherits:
-
Struct
- Object
- Struct
- NuriGame::TsxReader::Image
- Defined in:
- lib/nuri_game/tsx_reader.rb
Overview
Definition of an image
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#format ⇒ Object
Returns the value of attribute format.
-
#height ⇒ Object
Returns the value of attribute height.
-
#source ⇒ Object
Returns the value of attribute source.
-
#trans ⇒ Object
Returns the value of attribute trans.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
11 12 13 |
# File 'lib/nuri_game/tsx_reader.rb', line 11 def data @data end |
#format ⇒ Object
Returns the value of attribute format
11 12 13 |
# File 'lib/nuri_game/tsx_reader.rb', line 11 def format @format end |
#height ⇒ Object
Returns the value of attribute height
11 12 13 |
# File 'lib/nuri_game/tsx_reader.rb', line 11 def height @height end |
#source ⇒ Object
Returns the value of attribute source
11 12 13 |
# File 'lib/nuri_game/tsx_reader.rb', line 11 def source @source end |
#trans ⇒ Object
Returns the value of attribute trans
11 12 13 |
# File 'lib/nuri_game/tsx_reader.rb', line 11 def trans @trans end |
#width ⇒ Object
Returns the value of attribute width
11 12 13 |
# File 'lib/nuri_game/tsx_reader.rb', line 11 def width @width end |