Class: Mblox::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#outbound_urlObject

Returns the value of attribute outbound_url.



13
14
15
# File 'lib/mblox/configuration.rb', line 13

def outbound_url
  @outbound_url
end

#partner_nameObject

Returns the value of attribute partner_name.



13
14
15
# File 'lib/mblox/configuration.rb', line 13

def partner_name
  @partner_name
end

#passwordObject

Returns the value of attribute password.



13
14
15
# File 'lib/mblox/configuration.rb', line 13

def password
  @password
end

#profile_idObject

Returns the value of attribute profile_id.



13
14
15
# File 'lib/mblox/configuration.rb', line 13

def profile_id
  @profile_id
end

#sender_idObject

Returns the value of attribute sender_id.



13
14
15
# File 'lib/mblox/configuration.rb', line 13

def sender_id
  @sender_id
end

#service_idObject

Returns the value of attribute service_id.



13
14
15
# File 'lib/mblox/configuration.rb', line 13

def service_id
  @service_id
end

#tariffObject

Returns the value of attribute tariff.



13
14
15
# File 'lib/mblox/configuration.rb', line 13

def tariff
  @tariff
end