Class: Selections::NewSession
- Inherits:
-
Object
- Object
- Selections::NewSession
- Defined in:
- app/selections/new_session.rb
Instance Method Summary collapse
- #id ⇒ Object
-
#initialize ⇒ NewSession
constructor
A new instance of NewSession.
- #to_s ⇒ Object
- #valid? ⇒ Boolean
Constructor Details
#initialize ⇒ NewSession
Returns a new instance of NewSession.
3 4 |
# File 'app/selections/new_session.rb', line 3 def initialize end |
Instance Method Details
#id ⇒ Object
6 7 8 |
# File 'app/selections/new_session.rb', line 6 def id nil end |
#to_s ⇒ Object
14 15 16 |
# File 'app/selections/new_session.rb', line 14 def to_s "Create new session" end |
#valid? ⇒ Boolean
10 11 12 |
# File 'app/selections/new_session.rb', line 10 def valid? true end |