Class: SensSms::Configure
- Inherits:
-
Object
- Object
- SensSms::Configure
- Defined in:
- lib/sens_sms/configure.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
-
#service_id ⇒ Object
Returns the value of attribute service_id.
Instance Attribute Details
#access_key ⇒ Object
Returns the value of attribute access_key.
3 4 5 |
# File 'lib/sens_sms/configure.rb', line 3 def access_key @access_key end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
3 4 5 |
# File 'lib/sens_sms/configure.rb', line 3 def secret_key @secret_key end |
#service_id ⇒ Object
Returns the value of attribute service_id.
3 4 5 |
# File 'lib/sens_sms/configure.rb', line 3 def service_id @service_id end |