Class: Softlayer::Container::User::Customer::Portal::Token

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/user/customer/portal/token.rb

Direct Known Subclasses

MobileToken

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

#hashObject

Returns the value of attribute hash.



7
8
9
# File 'lib/softlayer/container/user/customer/portal/token.rb', line 7

def hash
  @hash
end

#userObject

Returns the value of attribute user.



8
9
10
# File 'lib/softlayer/container/user/customer/portal/token.rb', line 8

def user
  @user
end

#user_idObject

Returns the value of attribute user_id.



9
10
11
# File 'lib/softlayer/container/user/customer/portal/token.rb', line 9

def user_id
  @user_id
end