Class: GooPR::AccountActions::Base
- Inherits:
-
Object
- Object
- GooPR::AccountActions::Base
- Defined in:
- lib/account_actions.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#goopr ⇒ Object
Returns the value of attribute goopr.
-
#params ⇒ Object
Returns the value of attribute params.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#goopr ⇒ Object
Returns the value of attribute goopr.
4 5 6 |
# File 'lib/account_actions.rb', line 4 def goopr @goopr end |
#params ⇒ Object
Returns the value of attribute params.
4 5 6 |
# File 'lib/account_actions.rb', line 4 def params @params end |
#url ⇒ Object
Returns the value of attribute url.
4 5 6 |
# File 'lib/account_actions.rb', line 4 def url @url end |