Sha256: a9d09159b893930827d8fd37a2e3262035c634092d40e8b6dd35da88316f2dc1
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 Bytes
Contents
module Opennorth class Represent class Office < Fog::Model attribute :type, type: :string attribute :fax, type: :string attribute :postal, type: :string attribute :tel, type: :string end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opennorth-represent-0.1.0 | lib/opennorth/represent/models/office.rb |