Class: RMQScreenData

Inherits:
Object show all
Defined in:
lib/project/ruby_motion_query/rmq_screen_data.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#cached_rmqObject

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

#stylesheetObject

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

#cleanupObject



4
5
6
7
# File 'lib/project/ruby_motion_query/rmq_screen_data.rb', line 4

def cleanup
  @cached_rmq = nil
  @stylesheet = nil
end