Class: Softlayer::User::Customer::Invitation
- Defined in:
- lib/softlayer/user/customer/invitation.rb
Defined Under Namespace
Classes: Representer
Constant Summary collapse
- SERVICE =
'SoftLayer_User_Customer_Invitation'
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#creator_id ⇒ Object
Returns the value of attribute creator_id.
-
#creator_type ⇒ Object
Returns the value of attribute creator_type.
-
#email ⇒ Object
Returns the value of attribute email.
-
#existing_blue_id_flag ⇒ Object
Returns the value of attribute existing_blue_id_flag.
-
#expiration_date ⇒ Object
Returns the value of attribute expiration_date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_federated_email_domain_flag ⇒ Object
Returns the value of attribute is_federated_email_domain_flag.
-
#modify_date ⇒ Object
Returns the value of attribute modify_date.
-
#response_date ⇒ Object
Returns the value of attribute response_date.
-
#status_id ⇒ Object
Returns the value of attribute status_id.
-
#user ⇒ Object
Returns the value of attribute user.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Method Summary collapse
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
#code ⇒ Object
Returns the value of attribute code.
6 7 8 |
# File 'lib/softlayer/user/customer/invitation.rb', line 6 def code @code end |
#create_date ⇒ Object
Returns the value of attribute create_date.
7 8 9 |
# File 'lib/softlayer/user/customer/invitation.rb', line 7 def create_date @create_date end |
#creator_id ⇒ Object
Returns the value of attribute creator_id.
8 9 10 |
# File 'lib/softlayer/user/customer/invitation.rb', line 8 def creator_id @creator_id end |
#creator_type ⇒ Object
Returns the value of attribute creator_type.
9 10 11 |
# File 'lib/softlayer/user/customer/invitation.rb', line 9 def creator_type @creator_type end |
#email ⇒ Object
Returns the value of attribute email.
10 11 12 |
# File 'lib/softlayer/user/customer/invitation.rb', line 10 def email @email end |
#existing_blue_id_flag ⇒ Object
Returns the value of attribute existing_blue_id_flag.
11 12 13 |
# File 'lib/softlayer/user/customer/invitation.rb', line 11 def existing_blue_id_flag @existing_blue_id_flag end |
#expiration_date ⇒ Object
Returns the value of attribute expiration_date.
12 13 14 |
# File 'lib/softlayer/user/customer/invitation.rb', line 12 def expiration_date @expiration_date end |
#id ⇒ Object
Returns the value of attribute id.
13 14 15 |
# File 'lib/softlayer/user/customer/invitation.rb', line 13 def id @id end |
#is_federated_email_domain_flag ⇒ Object
Returns the value of attribute is_federated_email_domain_flag.
14 15 16 |
# File 'lib/softlayer/user/customer/invitation.rb', line 14 def is_federated_email_domain_flag @is_federated_email_domain_flag end |
#modify_date ⇒ Object
Returns the value of attribute modify_date.
15 16 17 |
# File 'lib/softlayer/user/customer/invitation.rb', line 15 def modify_date @modify_date end |
#response_date ⇒ Object
Returns the value of attribute response_date.
16 17 18 |
# File 'lib/softlayer/user/customer/invitation.rb', line 16 def response_date @response_date end |
#status_id ⇒ Object
Returns the value of attribute status_id.
17 18 19 |
# File 'lib/softlayer/user/customer/invitation.rb', line 17 def status_id @status_id end |
#user ⇒ Object
Returns the value of attribute user.
19 20 21 |
# File 'lib/softlayer/user/customer/invitation.rb', line 19 def user @user end |
#user_id ⇒ Object
Returns the value of attribute user_id.
18 19 20 |
# File 'lib/softlayer/user/customer/invitation.rb', line 18 def user_id @user_id end |
Instance Method Details
#get_object ⇒ Object
21 22 23 |
# File 'lib/softlayer/user/customer/invitation.rb', line 21 def get_object request(:get_object, Softlayer::User::Customer::Invitation) end |