Class: Trolley::RecipientLog
- Inherits:
-
Object
- Object
- Trolley::RecipientLog
- Defined in:
- lib/trolley/RecipientLog.rb
Instance Attribute Summary collapse
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
-
#type ⇒ Object
Returns the value of attribute type.
-
#userId ⇒ Object
Returns the value of attribute userId.
-
#via ⇒ Object
Returns the value of attribute via.
Instance Attribute Details
#createdAt ⇒ Object
Returns the value of attribute createdAt.
3 4 5 |
# File 'lib/trolley/RecipientLog.rb', line 3 def createdAt @createdAt end |
#fields ⇒ Object
Returns the value of attribute fields.
3 4 5 |
# File 'lib/trolley/RecipientLog.rb', line 3 def fields @fields end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
3 4 5 |
# File 'lib/trolley/RecipientLog.rb', line 3 def ipAddress @ipAddress end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/trolley/RecipientLog.rb', line 3 def type @type end |
#userId ⇒ Object
Returns the value of attribute userId.
3 4 5 |
# File 'lib/trolley/RecipientLog.rb', line 3 def userId @userId end |
#via ⇒ Object
Returns the value of attribute via.
3 4 5 |
# File 'lib/trolley/RecipientLog.rb', line 3 def via @via end |