Sha256: d97a06a73353fa02d6f281f42346624ad9aab5b161606f707d6c1d65824518d0
Contents?: true
Size: 283 Bytes
Versions: 13
Compression:
Stored size: 283 Bytes
Contents
module TheCity class Church < ApiObject tc_attr_accessor :id, :name # Constructor. def initialize reader = TheCity::ChurchReader.new json_data = reader.load_feed initialize_from_json_object(json_data) end end end
Version data entries
13 entries across 13 versions & 1 rubygems