Class: FortyTwo::Response::Model::UserSession
- Defined in:
- lib/fortytwo/responses/models/user_session.rb
Instance Attribute Summary collapse
-
#begin_at ⇒ Object
readonly
Returns the value of attribute begin_at.
-
#campus_id ⇒ Object
readonly
Returns the value of attribute campus_id.
-
#end_at ⇒ Object
readonly
Returns the value of attribute end_at.
-
#floor ⇒ Object
readonly
Returns the value of attribute floor.
-
#host ⇒ Object
readonly
Returns the value of attribute host.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#post ⇒ Object
readonly
Returns the value of attribute post.
-
#primary ⇒ Object
readonly
Returns the value of attribute primary.
-
#row ⇒ Object
readonly
Returns the value of attribute row.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from FortyTwo::Response::Base
Instance Attribute Details
#begin_at ⇒ Object (readonly)
Returns the value of attribute begin_at.
7 8 9 |
# File 'lib/fortytwo/responses/models/user_session.rb', line 7 def begin_at @begin_at end |
#campus_id ⇒ Object (readonly)
Returns the value of attribute campus_id.
7 8 9 |
# File 'lib/fortytwo/responses/models/user_session.rb', line 7 def campus_id @campus_id end |
#end_at ⇒ Object (readonly)
Returns the value of attribute end_at.
7 8 9 |
# File 'lib/fortytwo/responses/models/user_session.rb', line 7 def end_at @end_at end |
#floor ⇒ Object (readonly)
Returns the value of attribute floor.
7 8 9 |
# File 'lib/fortytwo/responses/models/user_session.rb', line 7 def floor @floor end |
#host ⇒ Object (readonly)
Returns the value of attribute host.
7 8 9 |
# File 'lib/fortytwo/responses/models/user_session.rb', line 7 def host @host end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
7 8 9 |
# File 'lib/fortytwo/responses/models/user_session.rb', line 7 def id @id end |
#post ⇒ Object (readonly)
Returns the value of attribute post.
7 8 9 |
# File 'lib/fortytwo/responses/models/user_session.rb', line 7 def post @post end |
#primary ⇒ Object (readonly)
Returns the value of attribute primary.
7 8 9 |
# File 'lib/fortytwo/responses/models/user_session.rb', line 7 def primary @primary end |
#row ⇒ Object (readonly)
Returns the value of attribute row.
7 8 9 |
# File 'lib/fortytwo/responses/models/user_session.rb', line 7 def row @row end |