Class: Oscurrency::Models::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/oscurrency/models/account.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Account

Returns a new instance of Account.



14
15
16
# File 'lib/oscurrency/models/account.rb', line 14

def initialize(options)
  super(options)
end

Class Method Details

.siteObject

self.site = “#Oscurrency::Models::Account.selfself.site/people/:person_id/”



8
9
10
# File 'lib/oscurrency/models/account.rb', line 8

def self.site
  create_site_uri_from(@site.to_s + "/people/:person_id/")
end