Class: Facebooker::Rails::Publisher::Profile
- Inherits:
-
Object
- Object
- Facebooker::Rails::Publisher::Profile
- Defined in:
- lib/facebooker/rails/publisher.rb
Instance Attribute Summary (collapse)
-
- (Object) mobile_profile
Returns the value of attribute mobile_profile.
-
- (Object) profile
Returns the value of attribute profile.
-
- (Object) profile_action
Returns the value of attribute profile_action.
-
- (Object) profile_main
Returns the value of attribute profile_main.
Instance Attribute Details
- (Object) mobile_profile
Returns the value of attribute mobile_profile
241 242 243 |
# File 'lib/facebooker/rails/publisher.rb', line 241 def mobile_profile @mobile_profile end |
- (Object) profile
Returns the value of attribute profile
239 240 241 |
# File 'lib/facebooker/rails/publisher.rb', line 239 def profile @profile end |
- (Object) profile_action
Returns the value of attribute profile_action
240 241 242 |
# File 'lib/facebooker/rails/publisher.rb', line 240 def profile_action @profile_action end |
- (Object) profile_main
Returns the value of attribute profile_main
242 243 244 |
# File 'lib/facebooker/rails/publisher.rb', line 242 def profile_main @profile_main end |