Class: Facebooker::Rails::Publisher::UserAction
- Inherits:
-
Object
- Object
- Facebooker::Rails::Publisher::UserAction
- Defined in:
- lib/facebooker/rails/publisher.rb
Instance Attribute Summary collapse
-
#body_general ⇒ Object
Returns the value of attribute body_general.
-
#data ⇒ Object
Returns the value of attribute data.
-
#target_ids ⇒ Object
Returns the value of attribute target_ids.
-
#template_id ⇒ Object
Returns the value of attribute template_id.
-
#template_name ⇒ Object
Returns the value of attribute template_name.
Instance Attribute Details
#body_general ⇒ Object
Returns the value of attribute body_general.
213 214 215 |
# File 'lib/facebooker/rails/publisher.rb', line 213 def body_general @body_general end |
#data ⇒ Object
Returns the value of attribute data.
211 212 213 |
# File 'lib/facebooker/rails/publisher.rb', line 211 def data @data end |
#target_ids ⇒ Object
Returns the value of attribute target_ids.
212 213 214 |
# File 'lib/facebooker/rails/publisher.rb', line 212 def target_ids @target_ids end |
#template_id ⇒ Object
Returns the value of attribute template_id.
214 215 216 |
# File 'lib/facebooker/rails/publisher.rb', line 214 def template_id @template_id end |
#template_name ⇒ Object
Returns the value of attribute template_name.
215 216 217 |
# File 'lib/facebooker/rails/publisher.rb', line 215 def template_name @template_name end |