Class: JsonResume::Core

Inherits:
Object show all
Defined in:
lib/json_resume/json_resume.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(json_input, options) ⇒ Core

Returns a new instance of Core.



14
15
16
17
# File 'lib/json_resume/json_resume.rb', line 14

def initialize(json_input, options)
	@reader = Reader.new(json_input, options)
	@reader.format!
end

Instance Attribute Details

#readerObject

Returns the value of attribute reader.



12
13
14
# File 'lib/json_resume/json_resume.rb', line 12

def reader
  @reader
end