Class: Kanrisuru::Core::System::SessionDetail

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/system/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressObject

Returns the value of attribute ip_address

Returns:

  • (Object)

    the current value of ip_address



94
95
96
# File 'lib/kanrisuru/core/system/types.rb', line 94

def ip_address
  @ip_address
end

#login_atObject

Returns the value of attribute login_at

Returns:

  • (Object)

    the current value of login_at



94
95
96
# File 'lib/kanrisuru/core/system/types.rb', line 94

def 
  @login_at
end

#logout_atObject

Returns the value of attribute logout_at

Returns:

  • (Object)

    the current value of logout_at



94
95
96
# File 'lib/kanrisuru/core/system/types.rb', line 94

def logout_at
  @logout_at
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



94
95
96
# File 'lib/kanrisuru/core/system/types.rb', line 94

def success
  @success
end

#ttyObject

Returns the value of attribute tty

Returns:

  • (Object)

    the current value of tty



94
95
96
# File 'lib/kanrisuru/core/system/types.rb', line 94

def tty
  @tty
end