Class: Eversign::Models::Signer
- Inherits:
-
Object
- Object
- Eversign::Models::Signer
- Defined in:
- lib/eversign/models/signer.rb
Instance Attribute Summary collapse
-
#deliver_email ⇒ Object
Returns the value of attribute deliver_email.
-
#email ⇒ Object
Returns the value of attribute email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#order ⇒ Object
Returns the value of attribute order.
-
#pin ⇒ Object
Returns the value of attribute pin.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Method Summary collapse
-
#initialize(name = nil, email = nil, role = nil) ⇒ Signer
constructor
A new instance of Signer.
Constructor Details
#initialize(name = nil, email = nil, role = nil) ⇒ Signer
Returns a new instance of Signer.
6 7 8 9 10 |
# File 'lib/eversign/models/signer.rb', line 6 def initialize(name=nil, email=nil, role=nil) self.name = name self.email = email self.role = role end |
Instance Attribute Details
#deliver_email ⇒ Object
Returns the value of attribute deliver_email.
4 5 6 |
# File 'lib/eversign/models/signer.rb', line 4 def deliver_email @deliver_email end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/eversign/models/signer.rb', line 4 def email @email end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/eversign/models/signer.rb', line 4 def id @id end |
#message ⇒ Object
Returns the value of attribute message.
4 5 6 |
# File 'lib/eversign/models/signer.rb', line 4 def end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/eversign/models/signer.rb', line 4 def name @name end |
#order ⇒ Object
Returns the value of attribute order.
4 5 6 |
# File 'lib/eversign/models/signer.rb', line 4 def order @order end |
#pin ⇒ Object
Returns the value of attribute pin.
4 5 6 |
# File 'lib/eversign/models/signer.rb', line 4 def pin @pin end |
#role ⇒ Object
Returns the value of attribute role.
4 5 6 |
# File 'lib/eversign/models/signer.rb', line 4 def role @role end |