Class: ZohoSign::CurrentUser::Facade
- Inherits:
-
Object
- Object
- ZohoSign::CurrentUser::Facade
- Defined in:
- lib/zoho_sign/current_user/facade.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
readonly
Returns the value of attribute account_id.
-
#account_type ⇒ Object
readonly
Returns the value of attribute account_type.
-
#api_credits_left ⇒ Object
readonly
Returns the value of attribute api_credits_left.
-
#api_documents_used ⇒ Object
readonly
Returns the value of attribute api_documents_used.
-
#automation_limit ⇒ Object
readonly
Returns the value of attribute automation_limit.
-
#automation_used_count ⇒ Object
readonly
Returns the value of attribute automation_used_count.
-
#branding ⇒ Object
readonly
Returns the value of attribute branding.
-
#configurations ⇒ Object
readonly
Returns the value of attribute configurations.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#documents_used ⇒ Object
readonly
Returns the value of attribute documents_used.
-
#enable_old_viewer_page ⇒ Object
readonly
Returns the value of attribute enable_old_viewer_page.
-
#features ⇒ Object
readonly
Returns the value of attribute features.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#iam_photo_url ⇒ Object
readonly
Returns the value of attribute iam_photo_url.
-
#is_admin ⇒ Object
readonly
Returns the value of attribute is_admin.
-
#is_api_account ⇒ Object
readonly
Returns the value of attribute is_api_account.
-
#is_cloud_signing_allowed ⇒ Object
readonly
Returns the value of attribute is_cloud_signing_allowed.
-
#is_owner ⇒ Object
readonly
Returns the value of attribute is_owner.
-
#is_sign_trial ⇒ Object
readonly
Returns the value of attribute is_sign_trial.
-
#is_trial ⇒ Object
readonly
Returns the value of attribute is_trial.
-
#is_visible_sign_option_allowed ⇒ Object
readonly
Returns the value of attribute is_visible_sign_option_allowed.
-
#is_zoho_one ⇒ Object
readonly
Returns the value of attribute is_zoho_one.
-
#language ⇒ Object
readonly
Returns the value of attribute language.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#license_type ⇒ Object
readonly
Returns the value of attribute license_type.
-
#logo_url ⇒ Object
readonly
Returns the value of attribute logo_url.
-
#monthly_bulk_used ⇒ Object
readonly
Returns the value of attribute monthly_bulk_used.
-
#monthly_signforms_used ⇒ Object
readonly
Returns the value of attribute monthly_signforms_used.
-
#multiportal_enabled ⇒ Object
readonly
Returns the value of attribute multiportal_enabled.
-
#no_of_documents ⇒ Object
readonly
Returns the value of attribute no_of_documents.
-
#org_name ⇒ Object
readonly
Returns the value of attribute org_name.
-
#organizations ⇒ Object
readonly
Returns the value of attribute organizations.
-
#payment_url ⇒ Object
readonly
Returns the value of attribute payment_url.
-
#photo_url ⇒ Object
readonly
Returns the value of attribute photo_url.
-
#plan_edition ⇒ Object
readonly
Returns the value of attribute plan_edition.
-
#plan_group ⇒ Object
readonly
Returns the value of attribute plan_group.
-
#profile ⇒ Object
readonly
Returns the value of attribute profile.
-
#profile_details ⇒ Object
readonly
Returns the value of attribute profile_details.
-
#send_mail_from ⇒ Object
readonly
Returns the value of attribute send_mail_from.
-
#show_api_warning_msg ⇒ Object
readonly
Returns the value of attribute show_api_warning_msg.
-
#smtp_configured ⇒ Object
readonly
Returns the value of attribute smtp_configured.
-
#user_email ⇒ Object
readonly
Returns the value of attribute user_email.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
-
#visible_sign_settings ⇒ Object
readonly
Returns the value of attribute visible_sign_settings.
-
#zo_users_url ⇒ Object
readonly
Returns the value of attribute zo_users_url.
-
#zooid ⇒ Object
readonly
Returns the value of attribute zooid.
-
#zsoid ⇒ Object
readonly
Returns the value of attribute zsoid.
-
#zuid ⇒ Object
readonly
Returns the value of attribute zuid.
Instance Method Summary collapse
-
#initialize(hash) ⇒ Facade
constructor
A new instance of Facade.
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'] @is_api_account = 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_id ⇒ Object (readonly)
Returns the value of attribute account_id.
4 5 6 |
# File 'lib/zoho_sign/current_user/facade.rb', line 4 def account_id @account_id end |
#account_type ⇒ Object (readonly)
Returns the value of attribute account_type.
4 5 6 |
# File 'lib/zoho_sign/current_user/facade.rb', line 4 def account_type @account_type end |
#api_credits_left ⇒ Object (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_used ⇒ Object (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_limit ⇒ Object (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_count ⇒ Object (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 |
#branding ⇒ Object (readonly)
Returns the value of attribute branding.
4 5 6 |
# File 'lib/zoho_sign/current_user/facade.rb', line 4 def branding @branding end |
#configurations ⇒ Object (readonly)
Returns the value of attribute configurations.
4 5 6 |
# File 'lib/zoho_sign/current_user/facade.rb', line 4 def configurations @configurations end |
#country ⇒ Object (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_used ⇒ Object (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_page ⇒ Object (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 |
#features ⇒ Object (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_name ⇒ Object (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_url ⇒ Object (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_admin ⇒ Object (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_account ⇒ Object (readonly)
Returns the value of attribute is_api_account.
4 5 6 |
# File 'lib/zoho_sign/current_user/facade.rb', line 4 def is_api_account @is_api_account end |
#is_cloud_signing_allowed ⇒ Object (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_owner ⇒ Object (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_trial ⇒ Object (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_trial ⇒ Object (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_allowed ⇒ Object (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_one ⇒ Object (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 |
#language ⇒ Object (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_name ⇒ Object (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_type ⇒ Object (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_url ⇒ Object (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_used ⇒ Object (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_used ⇒ Object (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_enabled ⇒ Object (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_documents ⇒ Object (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_name ⇒ Object (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 |
#organizations ⇒ Object (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_url ⇒ Object (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_url ⇒ Object (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_edition ⇒ Object (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_group ⇒ Object (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 |
#profile ⇒ Object (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_details ⇒ Object (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_from ⇒ Object (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_msg ⇒ Object (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_configured ⇒ Object (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_email ⇒ Object (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_id ⇒ Object (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_settings ⇒ Object (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_url ⇒ Object (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 |
#zooid ⇒ Object (readonly)
Returns the value of attribute zooid.
4 5 6 |
# File 'lib/zoho_sign/current_user/facade.rb', line 4 def zooid @zooid end |
#zsoid ⇒ Object (readonly)
Returns the value of attribute zsoid.
4 5 6 |
# File 'lib/zoho_sign/current_user/facade.rb', line 4 def zsoid @zsoid end |
#zuid ⇒ Object (readonly)
Returns the value of attribute zuid.
4 5 6 |
# File 'lib/zoho_sign/current_user/facade.rb', line 4 def zuid @zuid end |