Class: BetaBrite::Memory::Clear

Inherits:
BetaBrite::Memory show all
Defined in:
lib/betabrite/memory.rb

Constant Summary

Constants inherited from BetaBrite::Memory

COMMAND_CODE, DOTS, LOCKED, STRING, TEXT, UNLOCKED

Instance Attribute Summary

Attributes inherited from BetaBrite::Memory

#label, #locked, #size, #time, #type

Instance Method Summary collapse

Methods inherited from BetaBrite::Memory

clear, #format, #initialize

Constructor Details

This class inherits a constructor from BetaBrite::Memory

Instance Method Details

#to_sObject



93
94
95
# File 'lib/betabrite/memory.rb', line 93

def to_s
  "#{BetaBrite::Device::STX}#{COMMAND_CODE}"
end