Class: Facebooker::Rails::Publisher::UserAction

Inherits:
Object
  • Object
show all
Defined in:
lib/facebooker/rails/publisher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_generalObject

Returns the value of attribute body_general.



213
214
215
# File 'lib/facebooker/rails/publisher.rb', line 213

def body_general
  @body_general
end

#dataObject

Returns the value of attribute data.



211
212
213
# File 'lib/facebooker/rails/publisher.rb', line 211

def data
  @data
end

#target_idsObject

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_idObject

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_nameObject

Returns the value of attribute template_name.



215
216
217
# File 'lib/facebooker/rails/publisher.rb', line 215

def template_name
  @template_name
end