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