Class: CyberarmEngine::Common::ImageBlob
- Inherits:
-
Data
- Object
- Data
- CyberarmEngine::Common::ImageBlob
- Defined in:
- lib/cyberarm_engine/common.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#rows ⇒ Object
readonly
Returns the value of attribute rows.
-
#to_blob ⇒ Object
readonly
Returns the value of attribute to_blob.
Instance Attribute Details
#columns ⇒ Object (readonly)
Returns the value of attribute columns
3 4 5 |
# File 'lib/cyberarm_engine/common.rb', line 3 def columns @columns end |
#rows ⇒ Object (readonly)
Returns the value of attribute rows
3 4 5 |
# File 'lib/cyberarm_engine/common.rb', line 3 def rows @rows end |
#to_blob ⇒ Object (readonly)
Returns the value of attribute to_blob
3 4 5 |
# File 'lib/cyberarm_engine/common.rb', line 3 def to_blob @to_blob end |