Class: Kanrisuru::Core::System::SessionDetail
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::System::SessionDetail
- Defined in:
- lib/kanrisuru/core/system/types.rb
Instance Attribute Summary collapse
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#login_at ⇒ Object
Returns the value of attribute login_at.
-
#logout_at ⇒ Object
Returns the value of attribute logout_at.
-
#success ⇒ Object
Returns the value of attribute success.
-
#tty ⇒ Object
Returns the value of attribute tty.
Instance Attribute Details
#ip_address ⇒ Object
Returns the value of attribute ip_address
94 95 96 |
# File 'lib/kanrisuru/core/system/types.rb', line 94 def ip_address @ip_address end |
#login_at ⇒ Object
Returns the value of attribute login_at
94 95 96 |
# File 'lib/kanrisuru/core/system/types.rb', line 94 def login_at @login_at end |
#logout_at ⇒ Object
Returns the value of attribute logout_at
94 95 96 |
# File 'lib/kanrisuru/core/system/types.rb', line 94 def logout_at @logout_at end |
#success ⇒ Object
Returns the value of attribute success
94 95 96 |
# File 'lib/kanrisuru/core/system/types.rb', line 94 def success @success end |
#tty ⇒ Object
Returns the value of attribute tty
94 95 96 |
# File 'lib/kanrisuru/core/system/types.rb', line 94 def tty @tty end |