Class: ZohoSign::Document::Facade
- Inherits:
-
Object
- Object
- ZohoSign::Document::Facade
- Defined in:
- lib/zoho_sign/document/facade.rb
Instance Attribute Summary collapse
-
#action_time ⇒ Object
readonly
Returns the value of attribute action_time.
-
#actions ⇒ Object
readonly
Returns the value of attribute actions.
-
#attachment_size ⇒ Object
readonly
Returns the value of attribute attachment_size.
-
#attachments ⇒ Object
readonly
Returns the value of attribute attachments.
-
#created_time ⇒ Object
readonly
Returns the value of attribute created_time.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#document_fields ⇒ Object
readonly
Returns the value of attribute document_fields.
-
#document_ids ⇒ Object
readonly
Returns the value of attribute document_ids.
-
#email_reminders ⇒ Object
readonly
Returns the value of attribute email_reminders.
-
#expiration_days ⇒ Object
readonly
Returns the value of attribute expiration_days.
-
#expire_by ⇒ Object
readonly
Returns the value of attribute expire_by.
-
#folder_id ⇒ Object
readonly
Returns the value of attribute folder_id.
-
#folder_name ⇒ Object
readonly
Returns the value of attribute folder_name.
-
#in_process ⇒ Object
readonly
Returns the value of attribute in_process.
-
#is_deleted ⇒ Object
readonly
Returns the value of attribute is_deleted.
-
#is_expiring ⇒ Object
readonly
Returns the value of attribute is_expiring.
-
#is_sequential ⇒ Object
readonly
Returns the value of attribute is_sequential.
-
#modified_time ⇒ Object
readonly
Returns the value of attribute modified_time.
-
#notes ⇒ Object
readonly
Returns the value of attribute notes.
-
#owner_email ⇒ Object
readonly
Returns the value of attribute owner_email.
-
#owner_first_name ⇒ Object
readonly
Returns the value of attribute owner_first_name.
-
#owner_id ⇒ Object
readonly
Returns the value of attribute owner_id.
-
#owner_last_name ⇒ Object
readonly
Returns the value of attribute owner_last_name.
-
#reminder_period ⇒ Object
readonly
Returns the value of attribute reminder_period.
-
#request_id ⇒ Object
readonly
Returns the value of attribute request_id.
-
#request_name ⇒ Object
readonly
Returns the value of attribute request_name.
-
#request_status ⇒ Object
readonly
Returns the value of attribute request_status.
-
#request_type_id ⇒ Object
readonly
Returns the value of attribute request_type_id.
-
#request_type_name ⇒ Object
readonly
Returns the value of attribute request_type_name.
-
#self_sign ⇒ Object
readonly
Returns the value of attribute self_sign.
-
#sign_percentage ⇒ Object
readonly
Returns the value of attribute sign_percentage.
-
#sign_submitted_time ⇒ Object
readonly
Returns the value of attribute sign_submitted_time.
-
#template_ids ⇒ Object
readonly
Returns the value of attribute template_ids.
-
#templates_used ⇒ Object
readonly
Returns the value of attribute templates_used.
-
#validity ⇒ Object
readonly
Returns the value of attribute validity.
-
#visible_sign_settings ⇒ Object
readonly
Returns the value of attribute visible_sign_settings.
-
#zsdocumentid ⇒ Object
readonly
Returns the value of attribute zsdocumentid.
Instance Method Summary collapse
-
#initialize(hash) ⇒ Facade
constructor
A new instance of Facade.
Constructor Details
#initialize(hash) ⇒ Facade
Returns a new instance of Facade.
11 12 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 |
# File 'lib/zoho_sign/document/facade.rb', line 11 def initialize(hash) @action_time = hash['action_time'] @actions = hash['actions'] = hash['attachment_size'] = hash['attachments'] @created_time = hash['created_time'] @description = hash['description'] @document_fields = hash['document_fields'] @document_ids = hash['document_ids'] @email_reminders = hash['email_reminders'] @expire_by = hash['expire_by'] @expiration_days = hash['expiration_days'] @folder_id = hash['folder_id'] @folder_name = hash['folder_name'] @in_process = hash['in_process'] @is_deleted = hash['is_deleted'] @is_expiring = hash['is_expiring'] @is_sequential = hash['is_sequential'] @modified_time = hash['modified_time'] @notes = hash['notes'] @owner_email = hash['owner_email'] @owner_first_name = hash['owner_first_name'] @owner_id = hash['owner_id'] @owner_last_name = hash['owner_last_name'] @reminder_period = hash['reminder_period'] @request_id = hash['request_id'] @request_name = hash['request_name'] @request_status = hash['request_status'] @request_type_id = hash['request_type_id'] @request_type_name = hash['request_type_name'] @self_sign = hash['self_sign'] @sign_percentage = hash['sign_percentage'] @sign_submitted_time = hash['sign_submitted_time'] @template_ids = hash['template_ids'] @templates_used = hash['templates_used'] @validity = hash['validity'] @visible_sign_settings = hash['visible_sign_settings'] @zsdocumentid = hash['zsdocumentid'] end |
Instance Attribute Details
#action_time ⇒ Object (readonly)
Returns the value of attribute action_time.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def action_time @action_time end |
#actions ⇒ Object (readonly)
Returns the value of attribute actions.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def actions @actions end |
#attachment_size ⇒ Object (readonly)
Returns the value of attribute attachment_size.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def end |
#attachments ⇒ Object (readonly)
Returns the value of attribute attachments.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def end |
#created_time ⇒ Object (readonly)
Returns the value of attribute created_time.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def created_time @created_time end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def description @description end |
#document_fields ⇒ Object (readonly)
Returns the value of attribute document_fields.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def document_fields @document_fields end |
#document_ids ⇒ Object (readonly)
Returns the value of attribute document_ids.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def document_ids @document_ids end |
#email_reminders ⇒ Object (readonly)
Returns the value of attribute email_reminders.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def email_reminders @email_reminders end |
#expiration_days ⇒ Object (readonly)
Returns the value of attribute expiration_days.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def expiration_days @expiration_days end |
#expire_by ⇒ Object (readonly)
Returns the value of attribute expire_by.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def expire_by @expire_by end |
#folder_id ⇒ Object (readonly)
Returns the value of attribute folder_id.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def folder_id @folder_id end |
#folder_name ⇒ Object (readonly)
Returns the value of attribute folder_name.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def folder_name @folder_name end |
#in_process ⇒ Object (readonly)
Returns the value of attribute in_process.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def in_process @in_process end |
#is_deleted ⇒ Object (readonly)
Returns the value of attribute is_deleted.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def is_deleted @is_deleted end |
#is_expiring ⇒ Object (readonly)
Returns the value of attribute is_expiring.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def is_expiring @is_expiring end |
#is_sequential ⇒ Object (readonly)
Returns the value of attribute is_sequential.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def is_sequential @is_sequential end |
#modified_time ⇒ Object (readonly)
Returns the value of attribute modified_time.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def modified_time @modified_time end |
#notes ⇒ Object (readonly)
Returns the value of attribute notes.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def notes @notes end |
#owner_email ⇒ Object (readonly)
Returns the value of attribute owner_email.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def owner_email @owner_email end |
#owner_first_name ⇒ Object (readonly)
Returns the value of attribute owner_first_name.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def owner_first_name @owner_first_name end |
#owner_id ⇒ Object (readonly)
Returns the value of attribute owner_id.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def owner_id @owner_id end |
#owner_last_name ⇒ Object (readonly)
Returns the value of attribute owner_last_name.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def owner_last_name @owner_last_name end |
#reminder_period ⇒ Object (readonly)
Returns the value of attribute reminder_period.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def reminder_period @reminder_period end |
#request_id ⇒ Object (readonly)
Returns the value of attribute request_id.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def request_id @request_id end |
#request_name ⇒ Object (readonly)
Returns the value of attribute request_name.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def request_name @request_name end |
#request_status ⇒ Object (readonly)
Returns the value of attribute request_status.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def request_status @request_status end |
#request_type_id ⇒ Object (readonly)
Returns the value of attribute request_type_id.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def request_type_id @request_type_id end |
#request_type_name ⇒ Object (readonly)
Returns the value of attribute request_type_name.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def request_type_name @request_type_name end |
#self_sign ⇒ Object (readonly)
Returns the value of attribute self_sign.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def self_sign @self_sign end |
#sign_percentage ⇒ Object (readonly)
Returns the value of attribute sign_percentage.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def sign_percentage @sign_percentage end |
#sign_submitted_time ⇒ Object (readonly)
Returns the value of attribute sign_submitted_time.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def sign_submitted_time @sign_submitted_time end |
#template_ids ⇒ Object (readonly)
Returns the value of attribute template_ids.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def template_ids @template_ids end |
#templates_used ⇒ Object (readonly)
Returns the value of attribute templates_used.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def templates_used @templates_used end |
#validity ⇒ Object (readonly)
Returns the value of attribute validity.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def validity @validity end |
#visible_sign_settings ⇒ Object (readonly)
Returns the value of attribute visible_sign_settings.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def visible_sign_settings @visible_sign_settings end |
#zsdocumentid ⇒ Object (readonly)
Returns the value of attribute zsdocumentid.
4 5 6 |
# File 'lib/zoho_sign/document/facade.rb', line 4 def zsdocumentid @zsdocumentid end |