Sha256: 3ca3a6154d012995c6b36787e2c0d17107192539656fecff7a4c5b513f13c0dc
Contents?: true
Size: 364 Bytes
Versions: 9
Compression:
Stored size: 364 Bytes
Contents
module TheCity class GroupExport < ApiObject tc_attr_accessor :id, :state, :authenticated_s3_url, :created_at # Constructor. # # @param json_data JSON data of the group export. def initialize(json_data) initialize_from_json_object(json_data) end end end
Version data entries
9 entries across 9 versions & 1 rubygems