Class: Softlayer::Container::User::Customer::Portal::Token
- Defined in:
- lib/softlayer/container/user/customer/portal/token.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#hash ⇒ Object
Returns the value of attribute hash.
-
#user ⇒ Object
Returns the value of attribute user.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
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
#hash ⇒ Object
Returns the value of attribute hash.
7 8 9 |
# File 'lib/softlayer/container/user/customer/portal/token.rb', line 7 def hash @hash end |
#user ⇒ Object
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_id ⇒ Object
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 |