Class: CyberarmEngine::Common::ImageBlob

Inherits:
Data
  • Object
show all
Defined in:
lib/cyberarm_engine/common.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



3
4
5
# File 'lib/cyberarm_engine/common.rb', line 3

def columns
  @columns
end

#rowsObject (readonly)

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



3
4
5
# File 'lib/cyberarm_engine/common.rb', line 3

def rows
  @rows
end

#to_blobObject (readonly)

Returns the value of attribute to_blob

Returns:

  • (Object)

    the current value of to_blob



3
4
5
# File 'lib/cyberarm_engine/common.rb', line 3

def to_blob
  @to_blob
end