Class: BitClust::Screen
- Inherits:
-
Object
show all
- Defined in:
- lib/bitclust/requesthandler.rb,
lib/bitclust/screen.rb
Overview
Instance Method Summary
collapse
Instance Method Details
303
304
305
|
# File 'lib/bitclust/requesthandler.rb', line 303
def response
Response.new(self)
end
|
204
205
206
|
# File 'lib/bitclust/screen.rb', line 204
def status
nil
end
|