Class: Cb::CbResume::CbLanguage
- Inherits:
-
Object
- Object
- Cb::CbResume::CbLanguage
- Defined in:
- lib/cb/models/cb_resume.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(code = '') ⇒ CbLanguage
constructor
A new instance of CbLanguage.
Constructor Details
#initialize(code = '') ⇒ CbLanguage
Returns a new instance of CbLanguage.
208 209 210 |
# File 'lib/cb/models/cb_resume.rb', line 208 def initialize(code = '') @name = code end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
206 207 208 |
# File 'lib/cb/models/cb_resume.rb', line 206 def name @name end |