Class: Socketlab::FblReportItem
- Inherits:
-
Object
- Object
- Socketlab::FblReportItem
- Includes:
- Item
- Defined in:
- lib/socketlab/fbl_report_item.rb
Instance Attribute Summary collapse
-
#original_recipient ⇒ Object
Returns the value of attribute original_recipient.
-
#type ⇒ Object
Returns the value of attribute type.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
Method Summary
Methods included from Item
Instance Attribute Details
#original_recipient ⇒ Object
Returns the value of attribute original_recipient.
4 5 6 |
# File 'lib/socketlab/fbl_report_item.rb', line 4 def original_recipient @original_recipient end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/socketlab/fbl_report_item.rb', line 4 def type @type end |
#user_agent ⇒ Object
Returns the value of attribute user_agent.
4 5 6 |
# File 'lib/socketlab/fbl_report_item.rb', line 4 def user_agent @user_agent end |