Class: TwilioBot
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- TwilioBot
- Extended by:
- DSLAccessor
- Defined in:
- lib/twilio_bot.rb,
lib/twilio_bot/version.rb,
lib/twilio_bot/dsl_accessor.rb
Defined Under Namespace
Modules: DSLAccessor
Constant Summary collapse
- VERSION =
"1.0.1"
Instance Attribute Summary collapse
-
#twilio ⇒ Object
readonly
Returns the value of attribute twilio.
Method Summary
Methods included from DSLAccessor
Instance Attribute Details
#twilio ⇒ Object (readonly)
Returns the value of attribute twilio.
22 23 24 |
# File 'lib/twilio_bot.rb', line 22 def twilio @twilio end |