Class: Cb::Models::CountryCode

Inherits:
ApiResponseModel show all
Defined in:
lib/cb/models/implementations/resumes/country_code.rb

Instance Attribute Summary collapse

Attributes inherited from ApiResponseModel

#api_response

Instance Method Summary collapse

Methods inherited from ApiResponseModel

#initialize

Constructor Details

This class inherits a constructor from Cb::Models::ApiResponseModel

Instance Attribute Details

#codeObject

Returns the value of attribute code.



4
5
6
# File 'lib/cb/models/implementations/resumes/country_code.rb', line 4

def code
  @code
end

Instance Method Details

#required_fieldsObject



10
11
12
# File 'lib/cb/models/implementations/resumes/country_code.rb', line 10

def required_fields
  ['CountryCode']
end

#set_model_propertiesObject



6
7
8
# File 'lib/cb/models/implementations/resumes/country_code.rb', line 6

def set_model_properties
  @code = api_response['CountryCode']
end