Class: Fuyou::Configuration
- Inherits:
-
Object
- Object
- Fuyou::Configuration
- Defined in:
- lib/fuyou/configuration.rb
Instance Attribute Summary collapse
-
#ca_key ⇒ Object
Returns the value of attribute ca_key.
-
#ca_password ⇒ Object
Returns the value of attribute ca_password.
-
#certificate_path ⇒ Object
Returns the value of attribute certificate_path.
-
#custom_id ⇒ Object
Returns the value of attribute custom_id.
-
#custom_source ⇒ Object
Returns the value of attribute custom_source.
-
#expired_at ⇒ Object
Returns the value of attribute expired_at.
-
#password_key ⇒ Object
Returns the value of attribute password_key.
-
#server ⇒ Object
Returns the value of attribute server.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#ca_key ⇒ Object
Returns the value of attribute ca_key.
3 4 5 |
# File 'lib/fuyou/configuration.rb', line 3 def ca_key @ca_key end |
#ca_password ⇒ Object
Returns the value of attribute ca_password.
3 4 5 |
# File 'lib/fuyou/configuration.rb', line 3 def ca_password @ca_password end |
#certificate_path ⇒ Object
Returns the value of attribute certificate_path.
3 4 5 |
# File 'lib/fuyou/configuration.rb', line 3 def certificate_path @certificate_path end |
#custom_id ⇒ Object
Returns the value of attribute custom_id.
3 4 5 |
# File 'lib/fuyou/configuration.rb', line 3 def custom_id @custom_id end |
#custom_source ⇒ Object
Returns the value of attribute custom_source.
3 4 5 |
# File 'lib/fuyou/configuration.rb', line 3 def custom_source @custom_source end |
#expired_at ⇒ Object
Returns the value of attribute expired_at.
4 5 6 |
# File 'lib/fuyou/configuration.rb', line 4 def expired_at @expired_at end |
#password_key ⇒ Object
Returns the value of attribute password_key.
3 4 5 |
# File 'lib/fuyou/configuration.rb', line 3 def password_key @password_key end |
#server ⇒ Object
Returns the value of attribute server.
3 4 5 |
# File 'lib/fuyou/configuration.rb', line 3 def server @server end |
#token ⇒ Object
Returns the value of attribute token.
4 5 6 |
# File 'lib/fuyou/configuration.rb', line 4 def token @token end |