Class: GooPR::AccountActions::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/account_actions.rb

Direct Known Subclasses

ChangePassword

Instance Attribute Summary collapse

Instance Attribute Details

#gooprObject

Returns the value of attribute goopr.



4
5
6
# File 'lib/account_actions.rb', line 4

def goopr
  @goopr
end

#paramsObject

Returns the value of attribute params.



4
5
6
# File 'lib/account_actions.rb', line 4

def params
  @params
end

#urlObject

Returns the value of attribute url.



4
5
6
# File 'lib/account_actions.rb', line 4

def url
  @url
end