Class: Cb::CbResume::CbCustomValue

Inherits:
Object
  • Object
show all
Defined in:
lib/cb/models/cb_resume.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = {}) ⇒ CbCustomValue



216
217
218
219
# File 'lib/cb/models/cb_resume.rb', line 216

def initialize(args = {})
  @key              = args['Key'] || ''
  @value            = args['Value'] || ''
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



214
215
216
# File 'lib/cb/models/cb_resume.rb', line 214

def key
  @key
end

#valueObject

Returns the value of attribute value.



214
215
216
# File 'lib/cb/models/cb_resume.rb', line 214

def value
  @value
end