Class: ZohoSign::CurrentUser::Facade

Inherits:
Object
  • Object
show all
Defined in:
lib/zoho_sign/current_user/facade.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Facade

Returns a new instance of Facade.



13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# File 'lib/zoho_sign/current_user/facade.rb', line 13

def initialize(hash)
  @account_id                     = hash['account_id']
  @account_type                   = hash['account_type']
  @api_credits_left               = hash['api_credits_left']
  @api_documents_used             = hash['api_documents_used']
  @automation_limit               = hash['automation_limit']
  @automation_used_count          = hash['automation_used_count']
  @branding                       = hash['branding']
  @configurations                 = hash['configurations']
  @country                        = hash['country']
  @documents_used                 = hash['documents_used']
  @enable_old_viewer_page         = hash['enable_old_viewer_page']
  @features                       = hash['features']
  @first_name                     = hash['first_name']
  @iam_photo_url                  = hash['IAM_photo_url']
  @is_admin                       = hash['is_admin']
                   = hash['is_api_account']
  @is_cloud_signing_allowed       = hash['is_cloud_signing_allowed']
  @is_owner                       = hash['is_owner']
  @is_sign_trial                  = hash['is_sign_trial']
  @is_trial                       = hash['is_trial']
  @is_visible_sign_option_allowed = hash['is_visible_sign_option_allowed']
  @is_zoho_one                    = hash['is_zoho_one']
  @language                       = hash['language']
  @last_name                      = hash['last_name']
  @license_type                   = hash['license_type']
  @logo_url                       = hash['logo_url']
  @monthly_bulk_used              = hash['monthly_bulk_used']
  @monthly_signforms_used         = hash['monthly_signforms_used']
  @multiportal_enabled            = hash['multiportal_enabled']
  @no_of_documents                = hash['no_of_documents']
  @org_name                       = hash['org_name']
  @organizations                  = hash['organizations']
  @payment_url                    = hash['payment_url']
  @photo_url                      = hash['photo_url']
  @plan_edition                   = hash['plan_edition']
  @plan_group                     = hash['plan_group']
  @profile                        = hash['profile']
  @profile_details                = hash['profile_details']
  @send_mail_from                 = hash['send_mail_from']
  @show_api_warning_msg           = hash['show_api_warning_msg']
  @smtp_configured                = hash['smtp_configured']
  @user_email                     = hash['user_email']
  @user_id                        = hash['user_id']
  @visible_sign_settings          = hash['visible_sign_settings']
  @zo_users_url                   = hash['zo_users_url']
  @zooid                          = hash['zooid']
  @zuid                           = hash['ZUID']
  @zsoid                          = hash['ZSOID']
end

Instance Attribute Details

#account_idObject (readonly)

Returns the value of attribute account_id.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def 
  @account_id
end

#account_typeObject (readonly)

Returns the value of attribute account_type.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def 
  @account_type
end

#api_credits_leftObject (readonly)

Returns the value of attribute api_credits_left.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def api_credits_left
  @api_credits_left
end

#api_documents_usedObject (readonly)

Returns the value of attribute api_documents_used.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def api_documents_used
  @api_documents_used
end

#automation_limitObject (readonly)

Returns the value of attribute automation_limit.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def automation_limit
  @automation_limit
end

#automation_used_countObject (readonly)

Returns the value of attribute automation_used_count.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def automation_used_count
  @automation_used_count
end

#brandingObject (readonly)

Returns the value of attribute branding.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def branding
  @branding
end

#configurationsObject (readonly)

Returns the value of attribute configurations.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def configurations
  @configurations
end

#countryObject (readonly)

Returns the value of attribute country.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def country
  @country
end

#documents_usedObject (readonly)

Returns the value of attribute documents_used.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def documents_used
  @documents_used
end

#enable_old_viewer_pageObject (readonly)

Returns the value of attribute enable_old_viewer_page.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def enable_old_viewer_page
  @enable_old_viewer_page
end

#featuresObject (readonly)

Returns the value of attribute features.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def features
  @features
end

#first_nameObject (readonly)

Returns the value of attribute first_name.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def first_name
  @first_name
end

#iam_photo_urlObject (readonly)

Returns the value of attribute iam_photo_url.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def iam_photo_url
  @iam_photo_url
end

#is_adminObject (readonly)

Returns the value of attribute is_admin.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def is_admin
  @is_admin
end

#is_api_accountObject (readonly)

Returns the value of attribute is_api_account.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def 
  
end

#is_cloud_signing_allowedObject (readonly)

Returns the value of attribute is_cloud_signing_allowed.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def is_cloud_signing_allowed
  @is_cloud_signing_allowed
end

#is_ownerObject (readonly)

Returns the value of attribute is_owner.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def is_owner
  @is_owner
end

#is_sign_trialObject (readonly)

Returns the value of attribute is_sign_trial.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def is_sign_trial
  @is_sign_trial
end

#is_trialObject (readonly)

Returns the value of attribute is_trial.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def is_trial
  @is_trial
end

#is_visible_sign_option_allowedObject (readonly)

Returns the value of attribute is_visible_sign_option_allowed.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def is_visible_sign_option_allowed
  @is_visible_sign_option_allowed
end

#is_zoho_oneObject (readonly)

Returns the value of attribute is_zoho_one.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def is_zoho_one
  @is_zoho_one
end

#languageObject (readonly)

Returns the value of attribute language.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def language
  @language
end

#last_nameObject (readonly)

Returns the value of attribute last_name.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def last_name
  @last_name
end

#license_typeObject (readonly)

Returns the value of attribute license_type.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def license_type
  @license_type
end

#logo_urlObject (readonly)

Returns the value of attribute logo_url.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def logo_url
  @logo_url
end

#monthly_bulk_usedObject (readonly)

Returns the value of attribute monthly_bulk_used.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def monthly_bulk_used
  @monthly_bulk_used
end

#monthly_signforms_usedObject (readonly)

Returns the value of attribute monthly_signforms_used.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def monthly_signforms_used
  @monthly_signforms_used
end

#multiportal_enabledObject (readonly)

Returns the value of attribute multiportal_enabled.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def multiportal_enabled
  @multiportal_enabled
end

#no_of_documentsObject (readonly)

Returns the value of attribute no_of_documents.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def no_of_documents
  @no_of_documents
end

#org_nameObject (readonly)

Returns the value of attribute org_name.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def org_name
  @org_name
end

#organizationsObject (readonly)

Returns the value of attribute organizations.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def organizations
  @organizations
end

#payment_urlObject (readonly)

Returns the value of attribute payment_url.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def payment_url
  @payment_url
end

#photo_urlObject (readonly)

Returns the value of attribute photo_url.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def photo_url
  @photo_url
end

#plan_editionObject (readonly)

Returns the value of attribute plan_edition.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def plan_edition
  @plan_edition
end

#plan_groupObject (readonly)

Returns the value of attribute plan_group.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def plan_group
  @plan_group
end

#profileObject (readonly)

Returns the value of attribute profile.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def profile
  @profile
end

#profile_detailsObject (readonly)

Returns the value of attribute profile_details.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def profile_details
  @profile_details
end

#send_mail_fromObject (readonly)

Returns the value of attribute send_mail_from.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def send_mail_from
  @send_mail_from
end

#show_api_warning_msgObject (readonly)

Returns the value of attribute show_api_warning_msg.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def show_api_warning_msg
  @show_api_warning_msg
end

#smtp_configuredObject (readonly)

Returns the value of attribute smtp_configured.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def smtp_configured
  @smtp_configured
end

#user_emailObject (readonly)

Returns the value of attribute user_email.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def user_email
  @user_email
end

#user_idObject (readonly)

Returns the value of attribute user_id.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def user_id
  @user_id
end

#visible_sign_settingsObject (readonly)

Returns the value of attribute visible_sign_settings.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def visible_sign_settings
  @visible_sign_settings
end

#zo_users_urlObject (readonly)

Returns the value of attribute zo_users_url.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def zo_users_url
  @zo_users_url
end

#zooidObject (readonly)

Returns the value of attribute zooid.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def zooid
  @zooid
end

#zsoidObject (readonly)

Returns the value of attribute zsoid.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def zsoid
  @zsoid
end

#zuidObject (readonly)

Returns the value of attribute zuid.



4
5
6
# File 'lib/zoho_sign/current_user/facade.rb', line 4

def zuid
  @zuid
end