Module: Socketlab::Item::ClassMethods
- Defined in:
- lib/socketlab/item.rb
Instance Attribute Summary collapse
-
#date_time ⇒ Object
Returns the value of attribute date_time.
-
#from_address ⇒ Object
Returns the value of attribute from_address.
-
#mailing_id ⇒ Object
Returns the value of attribute mailing_id.
-
#message_id ⇒ Object
Returns the value of attribute message_id.
-
#server_id ⇒ Object
Returns the value of attribute server_id.
-
#to_address ⇒ Object
Returns the value of attribute to_address.
Instance Attribute Details
#date_time ⇒ Object
Returns the value of attribute date_time.
9 10 11 |
# File 'lib/socketlab/item.rb', line 9 def date_time @date_time end |
#from_address ⇒ Object
Returns the value of attribute from_address.
9 10 11 |
# File 'lib/socketlab/item.rb', line 9 def from_address @from_address end |
#mailing_id ⇒ Object
Returns the value of attribute mailing_id.
9 10 11 |
# File 'lib/socketlab/item.rb', line 9 def mailing_id @mailing_id end |
#message_id ⇒ Object
Returns the value of attribute message_id.
9 10 11 |
# File 'lib/socketlab/item.rb', line 9 def end |
#server_id ⇒ Object
Returns the value of attribute server_id.
9 10 11 |
# File 'lib/socketlab/item.rb', line 9 def server_id @server_id end |
#to_address ⇒ Object
Returns the value of attribute to_address.
9 10 11 |
# File 'lib/socketlab/item.rb', line 9 def to_address @to_address end |