Class: Cellular::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#backendObject

Returns the value of attribute backend.



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

def backend
  @backend
end

#country_codeObject

Returns the value of attribute country_code.



6
7
8
# File 'lib/cellular/configuration.rb', line 6

def country_code
  @country_code
end

#delivery_urlObject

Returns the value of attribute delivery_url.



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

def delivery_url
  @delivery_url
end

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#priceObject

Returns the value of attribute price.



6
7
8
# File 'lib/cellular/configuration.rb', line 6

def price
  @price
end

#senderObject

Returns the value of attribute sender.



6
7
8
# File 'lib/cellular/configuration.rb', line 6

def sender
  @sender
end

#usernameObject

Returns the value of attribute username.



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

def username
  @username
end