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