Module: Dropwallet

Defined in:
lib/dropwallet/version.rb

Defined Under Namespace

Modules: CDN, Core

Constant Summary collapse

VERSION =
"0.0.9"

Class Method Summary collapse

Class Method Details

.apiUrlObject



22
23
24
# File 'lib/dropwallet/version.rb', line 22

def self.apiUrl
  @apiUrl
end

.apiUrl=(apiUrl) ⇒ Object



25
26
27
# File 'lib/dropwallet/version.rb', line 25

def self.apiUrl=(apiUrl)
  @apiUrl = apiUrl
end

.cacheObject



19
20
21
# File 'lib/dropwallet/version.rb', line 19

def self.cache
  return @cache
end

.cache=(cache) ⇒ Object



16
17
18
# File 'lib/dropwallet/version.rb', line 16

def self.cache=(cache)
  @cache = cache
end

.passwordObject



10
11
12
# File 'lib/dropwallet/version.rb', line 10

def self.password
  @password
end

.password=(password) ⇒ Object



13
14
15
# File 'lib/dropwallet/version.rb', line 13

def self.password=(password)
  @password = password
end

.usernameObject



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

def self.username
  @username
end

.username=(name) ⇒ Object



7
8
9
# File 'lib/dropwallet/version.rb', line 7

def self.username=(name)
  @username = name
end