Class: RMQScreenData
- Defined in:
- lib/project/ruby_motion_query/rmq_screen_data.rb
Instance Attribute Summary collapse
-
#cached_rmq ⇒ Object
Returns the value of attribute cached_rmq.
-
#stylesheet ⇒ Object
Returns the value of attribute stylesheet.
Instance Method Summary collapse
Instance Attribute Details
#cached_rmq ⇒ Object
Returns the value of attribute cached_rmq.
2 3 4 |
# File 'lib/project/ruby_motion_query/rmq_screen_data.rb', line 2 def cached_rmq @cached_rmq end |
#stylesheet ⇒ Object
Returns the value of attribute stylesheet.
2 3 4 |
# File 'lib/project/ruby_motion_query/rmq_screen_data.rb', line 2 def stylesheet @stylesheet end |
Instance Method Details
#cleanup ⇒ Object
4 5 6 7 |
# File 'lib/project/ruby_motion_query/rmq_screen_data.rb', line 4 def cleanup @cached_rmq = nil @stylesheet = nil end |