Class: Softlayer::User::Customer::Access::Authentication

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/user/customer/access/authentication.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#create_dateObject

Returns the value of attribute create_date.



6
7
8
# File 'lib/softlayer/user/customer/access/authentication.rb', line 6

def create_date
  @create_date
end

#ip_addressObject

Returns the value of attribute ip_address.



7
8
9
# File 'lib/softlayer/user/customer/access/authentication.rb', line 7

def ip_address
  @ip_address
end

#success_flagObject

Returns the value of attribute success_flag.



8
9
10
# File 'lib/softlayer/user/customer/access/authentication.rb', line 8

def success_flag
  @success_flag
end

#userObject

Returns the value of attribute user.



11
12
13
# File 'lib/softlayer/user/customer/access/authentication.rb', line 11

def user
  @user
end

#user_idObject

Returns the value of attribute user_id.



9
10
11
# File 'lib/softlayer/user/customer/access/authentication.rb', line 9

def user_id
  @user_id
end

#usernameObject

Returns the value of attribute username.



10
11
12
# File 'lib/softlayer/user/customer/access/authentication.rb', line 10

def username
  @username
end