Class: RubyMotionQuery::ControllerData
- Inherits:
-
Object
- Object
- RubyMotionQuery::ControllerData
- Defined in:
- motion/ruby_motion_query/data.rb
Instance Attribute Summary (collapse)
-
- (Object) cached_rmq
Returns the value of attribute cached_rmq.
-
- (Object) stylesheet
Returns the value of attribute stylesheet.
Instance Attribute Details
- (Object) cached_rmq
Returns the value of attribute cached_rmq
57 58 59 |
# File 'motion/ruby_motion_query/data.rb', line 57 def cached_rmq @cached_rmq end |
- (Object) stylesheet
Returns the value of attribute stylesheet
57 58 59 |
# File 'motion/ruby_motion_query/data.rb', line 57 def stylesheet @stylesheet end |