Class: AuthorEngine::SaveFile::SpriteSheetData

Inherits:
Struct
  • Object
show all
Defined in:
lib/author_engine/save_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



3
4
5
# File 'lib/author_engine/save_file.rb', line 3

def columns
  @columns
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



3
4
5
# File 'lib/author_engine/save_file.rb', line 3

def rows
  @rows
end

#to_blobObject

Returns the value of attribute to_blob

Returns:

  • (Object)

    the current value of to_blob



3
4
5
# File 'lib/author_engine/save_file.rb', line 3

def to_blob
  @to_blob
end