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.
-
#story_size ⇒ Object
Returns the value of attribute story_size.
-
#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 Method Summary collapse
Instance Attribute Details
#body_general ⇒ Object
Returns the value of attribute body_general.
231 232 233 |
# File 'lib/facebooker/rails/publisher.rb', line 231 def body_general @body_general end |
#data ⇒ Object
Returns the value of attribute data.
229 230 231 |
# File 'lib/facebooker/rails/publisher.rb', line 229 def data @data end |
#story_size ⇒ Object
Returns the value of attribute story_size.
234 235 236 |
# File 'lib/facebooker/rails/publisher.rb', line 234 def story_size @story_size end |
#target_ids ⇒ Object
Returns the value of attribute target_ids.
230 231 232 |
# File 'lib/facebooker/rails/publisher.rb', line 230 def target_ids @target_ids end |
#template_id ⇒ Object
Returns the value of attribute template_id.
232 233 234 |
# File 'lib/facebooker/rails/publisher.rb', line 232 def template_id @template_id end |
#template_name ⇒ Object
Returns the value of attribute template_name.
233 234 235 |
# File 'lib/facebooker/rails/publisher.rb', line 233 def template_name @template_name end |
Instance Method Details
#data_hash ⇒ Object
240 241 242 |
# File 'lib/facebooker/rails/publisher.rb', line 240 def data_hash data||{} end |