Class: TokBoxer::VMail
- Inherits:
-
Object
- Object
- TokBoxer::VMail
- Defined in:
- lib/TokBoxer/VMail.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#message_id ⇒ Object
readonly
Returns the value of attribute message_id.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ VMail
constructor
A new instance of VMail.
- #to_s ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ VMail
Returns a new instance of VMail.
7 8 9 10 |
# File 'lib/TokBoxer/VMail.rb', line 7 def initialize(={}) @id = [:id] @message_id = [:message_id] end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/TokBoxer/VMail.rb', line 5 def id @id end |
#message_id ⇒ Object (readonly)
Returns the value of attribute message_id.
5 6 7 |
# File 'lib/TokBoxer/VMail.rb', line 5 def @message_id end |
Instance Method Details
#to_s ⇒ Object
12 13 14 |
# File 'lib/TokBoxer/VMail.rb', line 12 def to_s @id end |