Sha256: e74b580b9cfb9e937c7772a6d8a070319fec0ed3f847b10cf5f9a35353b211d2
Contents?: true
Size: 198 Bytes
Versions: 2
Compression:
Stored size: 198 Bytes
Contents
module ReplayApi class Address < Model attribute :street, String attribute :city, String attribute :state, String attribute :country, String attribute :zip, String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
replay_api-0.0.5 | lib/replay_api/address.rb |
replay_api-0.0.3 | lib/replay_api/address.rb |