Class: ZohoSign::Document::Action::EmbedToken::Facade
- Inherits:
-
Object
- Object
- ZohoSign::Document::Action::EmbedToken::Facade
- Defined in:
- lib/zoho_sign/document/action/embed_token/facade.rb
Instance Attribute Summary collapse
-
#sign_url ⇒ Object
readonly
Returns the value of attribute sign_url.
Instance Method Summary collapse
-
#initialize(hash) ⇒ Facade
constructor
A new instance of Facade.
Constructor Details
#initialize(hash) ⇒ Facade
Returns a new instance of Facade.
6 7 8 |
# File 'lib/zoho_sign/document/action/embed_token/facade.rb', line 6 def initialize(hash) @sign_url = hash['sign_url'] end |
Instance Attribute Details
#sign_url ⇒ Object (readonly)
Returns the value of attribute sign_url.
4 5 6 |
# File 'lib/zoho_sign/document/action/embed_token/facade.rb', line 4 def sign_url @sign_url end |