Class: Utel::Device
- Inherits:
-
Object
- Object
- Utel::Device
- Defined in:
- lib/utel/device.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.pin(*args) ⇒ Object
7 8 9 |
# File 'lib/utel/device.rb', line 7 def self.pin(*args) new.pin(*args) end |
.send_at ⇒ Object
3 4 5 |
# File 'lib/utel/device.rb', line 3 def self.send_at new.send_at end |
Instance Method Details
#pin(code = PIN_CODE) ⇒ Object
11 12 13 |
# File 'lib/utel/device.rb', line 11 def pin(code=PIN_CODE) puts code end |