Class: Cb::CbResume::CbCustomValue
- Inherits:
-
Object
- Object
- Cb::CbResume::CbCustomValue
- Defined in:
- lib/cb/models/implementations/cb_resume.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ CbCustomValue
constructor
A new instance of CbCustomValue.
Constructor Details
#initialize(args = {}) ⇒ CbCustomValue
Returns a new instance of CbCustomValue.
216 217 218 219 |
# File 'lib/cb/models/implementations/cb_resume.rb', line 216 def initialize(args = {}) @key = args['Key'] || '' @value = args['Value'] || '' end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
214 215 216 |
# File 'lib/cb/models/implementations/cb_resume.rb', line 214 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
214 215 216 |
# File 'lib/cb/models/implementations/cb_resume.rb', line 214 def value @value end |