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.
251 252 253 |
# File 'lib/facebooker/rails/publisher.rb', line 251 def body_general @body_general end |
#data ⇒ Object
Returns the value of attribute data.
249 250 251 |
# File 'lib/facebooker/rails/publisher.rb', line 249 def data @data end |
#story_size ⇒ Object
Returns the value of attribute story_size.
254 255 256 |
# File 'lib/facebooker/rails/publisher.rb', line 254 def story_size @story_size end |
#target_ids ⇒ Object
Returns the value of attribute target_ids.
250 251 252 |
# File 'lib/facebooker/rails/publisher.rb', line 250 def target_ids @target_ids end |
#template_id ⇒ Object
Returns the value of attribute template_id.
252 253 254 |
# File 'lib/facebooker/rails/publisher.rb', line 252 def template_id @template_id end |
#template_name ⇒ Object
Returns the value of attribute template_name.
253 254 255 |
# File 'lib/facebooker/rails/publisher.rb', line 253 def template_name @template_name end |
Instance Method Details
#data_hash ⇒ Object
260 261 262 |
# File 'lib/facebooker/rails/publisher.rb', line 260 def data_hash data||{} end |