Class: Trolley::RecipientLog

Inherits:
Object
  • Object
show all
Defined in:
lib/trolley/RecipientLog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdAtObject

Returns the value of attribute createdAt.



3
4
5
# File 'lib/trolley/RecipientLog.rb', line 3

def createdAt
  @createdAt
end

#fieldsObject

Returns the value of attribute fields.



3
4
5
# File 'lib/trolley/RecipientLog.rb', line 3

def fields
  @fields
end

#ipAddressObject

Returns the value of attribute ipAddress.



3
4
5
# File 'lib/trolley/RecipientLog.rb', line 3

def ipAddress
  @ipAddress
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/trolley/RecipientLog.rb', line 3

def type
  @type
end

#userIdObject

Returns the value of attribute userId.



3
4
5
# File 'lib/trolley/RecipientLog.rb', line 3

def userId
  @userId
end

#viaObject

Returns the value of attribute via.



3
4
5
# File 'lib/trolley/RecipientLog.rb', line 3

def via
  @via
end