Class: JsonResume::Core
Instance Attribute Summary collapse
-
#reader ⇒ Object
Returns the value of attribute reader.
Instance Method Summary collapse
-
#initialize(json_input, options) ⇒ Core
constructor
A new instance of Core.
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, ) @reader = Reader.new(json_input, ) @reader.format! end |
Instance Attribute Details
#reader ⇒ Object
Returns the value of attribute reader.
12 13 14 |
# File 'lib/json_resume/json_resume.rb', line 12 def reader @reader end |