Class: Vnetwork::Core::Credential

Inherits:
Object
  • Object
show all
Includes:
Hashable
Defined in:
lib/vnetwork/core/classes.rb

Instance Method Summary collapse

Methods included from Hashable

#set_instance_variables

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