Module: RequestMixin
- Defined in:
- lib/appcelerator/service_broker_controller.rb
Instance Method Summary collapse
Instance Method Details
#authtoken ⇒ Object
7 8 9 |
# File 'lib/appcelerator/service_broker_controller.rb', line 7 def authtoken @_authtoken end |
#authtoken=(t) ⇒ Object
4 5 6 |
# File 'lib/appcelerator/service_broker_controller.rb', line 4 def authtoken=(t) @_authtoken = t end |