Class: Fuyou::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#ca_keyObject

Returns the value of attribute ca_key.



3
4
5
# File 'lib/fuyou/configuration.rb', line 3

def ca_key
  @ca_key
end

#ca_passwordObject

Returns the value of attribute ca_password.



3
4
5
# File 'lib/fuyou/configuration.rb', line 3

def ca_password
  @ca_password
end

#certificate_pathObject

Returns the value of attribute certificate_path.



3
4
5
# File 'lib/fuyou/configuration.rb', line 3

def certificate_path
  @certificate_path
end

#custom_idObject

Returns the value of attribute custom_id.



3
4
5
# File 'lib/fuyou/configuration.rb', line 3

def custom_id
  @custom_id
end

#custom_sourceObject

Returns the value of attribute custom_source.



3
4
5
# File 'lib/fuyou/configuration.rb', line 3

def custom_source
  @custom_source
end

#expired_atObject

Returns the value of attribute expired_at.



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

def expired_at
  @expired_at
end

#password_keyObject

Returns the value of attribute password_key.



3
4
5
# File 'lib/fuyou/configuration.rb', line 3

def password_key
  @password_key
end

#serverObject

Returns the value of attribute server.



3
4
5
# File 'lib/fuyou/configuration.rb', line 3

def server
  @server
end

#tokenObject

Returns the value of attribute token.



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

def token
  @token
end