Class: RabbiRack::Application
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- RabbiRack::Application
- Includes:
- GetText
- Defined in:
- lib/rabbirack/application.rb
Constant Summary
Constants included from GetText
Instance Attribute Summary collapse
-
#rabbit ⇒ Object
Returns the value of attribute rabbit.
Instance Method Summary collapse
Methods included from GetText
Instance Attribute Details
#rabbit ⇒ Object
Returns the value of attribute rabbit.
26 27 28 |
# File 'lib/rabbirack/application.rb', line 26 def rabbit @rabbit end |
Instance Method Details
#slide_title ⇒ Object
59 60 61 |
# File 'lib/rabbirack/application.rb', line 59 def @rabbit. end |
#title ⇒ Object
55 56 57 |
# File 'lib/rabbirack/application.rb', line 55 def title "Rabbit" end |