Class: RS::User

Inherits:
Object
  • Object
show all
Defined in:
lib/rs/sys.rb

Overview

სერვისის მომხმარებლის კლასი.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/rs/sys.rb', line 7

def id
  @id
end

#ipObject

Returns the value of attribute ip.



7
8
9
# File 'lib/rs/sys.rb', line 7

def ip
  @ip
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/rs/sys.rb', line 7

def name
  @name
end

#payer_idObject

Returns the value of attribute payer_id.



7
8
9
# File 'lib/rs/sys.rb', line 7

def payer_id
  @payer_id
end

#user_nameObject

Returns the value of attribute user_name.



7
8
9
# File 'lib/rs/sys.rb', line 7

def user_name
  @user_name
end