Class: CDD::Project

Inherits:
Base
  • Object
show all
Defined in:
lib/cdd/project.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#client, #id

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from CDD::Base

Instance Attribute Details

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/cdd/project.rb', line 3

def name
  @name
end

#vaultObject

Returns the value of attribute vault.



4
5
6
# File 'lib/cdd/project.rb', line 4

def vault
  @vault
end