Sha256: 260ce482373f842f77d5d5f7600c6e2cc12b1a31fa287f0c11b369c2883c1a25
Contents?: true
Size: 701 Bytes
Versions: 26
Compression:
Stored size: 701 Bytes
Contents
module TheCity class GroupAddress < ApiObject tc_attr_accessor :city, :created_at, :id, :latitude, :location_type, :longitude, :privacy, :state, :street, :updated_at, :group_id, :zipcode # Constructor. # # @param json_data (optional) JSON data of the group address. def initialize(json_data = nil) @writer_object = GroupAddressWriter initialize_from_json_object(json_data) unless json_data.nil? end end end
Version data entries
26 entries across 26 versions & 1 rubygems