Class: Vnetwork::Core::Credential
- Inherits:
-
Object
- Object
- Vnetwork::Core::Credential
- Includes:
- Hashable
- Defined in:
- lib/vnetwork/core/classes.rb
Instance Method Summary collapse
-
#initialize(raw) ⇒ Credential
constructor
A new instance of Credential.
Methods included from Hashable
Constructor Details
#initialize(raw) ⇒ Credential
Returns a new instance of Credential.
22 23 24 |
# File 'lib/vnetwork/core/classes.rb', line 22 def initialize(raw) set_instance_variables(raw) end |