Class: BitClust::Screen
- Inherits:
-
Object
show all
- Defined in:
- lib/bitclust/requesthandler.rb,
lib/bitclust/screen.rb
Overview
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.for_entry(entry) ⇒ Object
197
198
199
200
|
# File 'lib/bitclust/screen.rb', line 197
def Screen.for_entry(entry)
ent = entry.kind_of?(Array) ? entry.first : entry
::BitClust.const_get("#{ent.type_id.to_s.capitalize}Screen")
end
|
Instance Method Details
299
300
301
|
# File 'lib/bitclust/requesthandler.rb', line 299
def response
Response.new(self)
end
|
202
203
204
|
# File 'lib/bitclust/screen.rb', line 202
def status
nil
end
|