Module: Socketlab::Item::ClassMethods

Defined in:
lib/socketlab/item.rb

Instance Attribute Summary collapse

Instance Attribute Details

#date_timeObject

Returns the value of attribute date_time.



9
10
11
# File 'lib/socketlab/item.rb', line 9

def date_time
  @date_time
end

#from_addressObject

Returns the value of attribute from_address.



9
10
11
# File 'lib/socketlab/item.rb', line 9

def from_address
  @from_address
end

#mailing_idObject

Returns the value of attribute mailing_id.



9
10
11
# File 'lib/socketlab/item.rb', line 9

def mailing_id
  @mailing_id
end

#message_idObject

Returns the value of attribute message_id.



9
10
11
# File 'lib/socketlab/item.rb', line 9

def message_id
  @message_id
end

#server_idObject

Returns the value of attribute server_id.



9
10
11
# File 'lib/socketlab/item.rb', line 9

def server_id
  @server_id
end

#to_addressObject

Returns the value of attribute to_address.



9
10
11
# File 'lib/socketlab/item.rb', line 9

def to_address
  @to_address
end