Sha256: 493ce468ac6a83f515270d1a351d678569265c68ec6df2cc352eaaf49066a9e6
Contents?: true
Size: 276 Bytes
Versions: 7
Compression:
Stored size: 276 Bytes
Contents
module TheCity class Campus < ApiObject tc_attr_accessor :id, :name # Constructor. # # @param json_data JSON data of the group tag. def initialize(json_data) initialize_from_json_object(json_data) end end end
Version data entries
7 entries across 7 versions & 1 rubygems