Sha256: 83c5ca5f3ca704e39e556cebd37b106f041cc8834ff0f0578d7abf7052837047
Contents?: true
Size: 662 Bytes
Versions: 1
Compression:
Stored size: 662 Bytes
Contents
module Pina module Models class Address include Virtus.model attribute :address_id attribute :address_types, Array attribute :building_number attribute :city attribute :country_id attribute :created_at attribute :creator, Hash attribute :email attribute :external_id attribute :hidden attribute :mobile_phone attribute :modifier, Hash attribute :name attribute :phone attribute :postal_code attribute :response attribute :status attribute :street attribute :updated_at attribute :url attribute '_destroy' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pina-0.1.0 | lib/pina/models/address.rb |