Sha256: b79e008c2e5e5d6f3255022667ff0888b483c24afe6fc14a976231275e39a46d

Contents?: true

Size: 570 Bytes

Versions: 3

Compression:

Stored size: 570 Bytes

Contents

require "virtus"

class G5Updatable::G5Location
  include Virtus

  attribute :uid, String
  attribute :urn, String
  attribute :name, String
  attribute :domain, String
  attribute :street_address, String
  attribute :state, String
  attribute :city, String
  attribute :neighborhood, String
  attribute :postal_code, String
  attribute :phone_number, String
  attribute :default_number, String
  attribute :corporate, String
  attribute :floor_plans, String
  attribute :primary_amenity, String
  attribute :qualifier, String
  attribute :primary_landmark, String
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
g5_updatable-0.2.1 lib/g5_updatable/g5_location.rb
g5_updatable-0.2.0 lib/g5_updatable/g5_location.rb
g5_updatable-0.1.0 lib/g5_updatable/g5_location.rb