Sha256: 8a0f564559e7b900b3eb5155f6261bcec432992d47c628a9e49ddc85b76ebafe
Contents?: true
Size: 379 Bytes
Versions: 10
Compression:
Stored size: 379 Bytes
Contents
module TheCity class Skill < ApiObject tc_attr_accessor :id, :name, :created_at # Constructor. # # @param json_data (optional) JSON data of the Skill. def initialize(json_data = nil) @writer_object = SkillWriter initialize_from_json_object(json_data) unless json_data.nil? end end end
Version data entries
10 entries across 10 versions & 1 rubygems