Class: Scalarium::Application
- Inherits:
-
Object
- Object
- Scalarium::Application
- Defined in:
- lib/scalarium/application.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#password ⇒ Object
Returns the value of attribute password.
-
#slug ⇒ Object
Returns the value of attribute slug.
Instance Method Summary collapse
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/scalarium/application.rb', line 3 def email @email end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/scalarium/application.rb', line 3 def password @password end |
#slug ⇒ Object
Returns the value of attribute slug.
3 4 5 |
# File 'lib/scalarium/application.rb', line 3 def slug @slug end |
Instance Method Details
#config {|_self| ... } ⇒ Object
13 14 15 |
# File 'lib/scalarium/application.rb', line 13 def config yield(self) end |