Class: Cb::CbResume::CbCustomValue
- Inherits:
-
Object
- Object
- Cb::CbResume::CbCustomValue
- Defined in:
- lib/cb/models/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.
122 123 124 125 |
# File 'lib/cb/models/cb_resume.rb', line 122 def initialize(args = {}) @key = args['Key'] || '' @value = args['Value'] || '' end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
120 121 122 |
# File 'lib/cb/models/cb_resume.rb', line 120 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
120 121 122 |
# File 'lib/cb/models/cb_resume.rb', line 120 def value @value end |