Sha256: 8aa072e84caca274bab5cc65a504261c2b82fce3b62a8162c6605a2e3fc58d61

Contents?: true

Size: 1.98 KB

Versions: 78

Compression:

Stored size: 1.98 KB

Contents

class Account_s
    include Rhom::FixedSchema

    set :schema_version, '1.0'

    property :billing_address_country, :string
    property :assigned_user_id, :string
    property :website, :string
    property :billing_address_street, :string
    property :assigned_user_name, :string
    property :created_by, :string
    property :campaign_id, :string
    property :billing_address_city, :string
    property :shipping_address_street, :string
    property :shipping_address_country, :string
    property :email, :string
    property :date_modified, :string
    property :sic_code, :string
    property :industry, :string
    property :parent_name, :string
    property :name, :string
    property :annual_revenue, :string
    property :ticker_symbol, :string
    property :phone_fax, :string
    property :shipping_address_city, :string
    property :ownership, :string
    property :phone_office, :string
    property :phone_alternate, :string
    property :billing_address_state, :string
    property :modified_user_id, :string
    property :description, :string
    property :modified_by_name, :string
    property :employees, :string
    property :shipping_address_postalcode, :string
    property :billing_address_postalcode, :string
    property :account_type, :string
    property :date_entered, :string
    property :rating, :string
    property :parent_id, :string
    property :created_by_name, :string
    property :shipping_address_state, :string
    
    property :type_acct, :string
    property :object_acct, :string
    property :new_name, :string
    property :last_checked, :string
    property :acct_object,  :string
    
    property :address,  :string
     
    property :propOne,  :string
    property :TwoProps,  :string
    
    property :my_text,  :blob
    
    property :SurveyID,        :string    
    property :CallID,        :string    
    property :SurveyResultID,        :string    
   
    property :float_test,  :float
    property :date_test,  :date
    property :time_test,  :time    
end

Version data entries

78 entries across 78 versions & 2 rubygems

Version Path
rhodes-7.6.0 spec/phone_spec/app/Account_s/account_s.rb
rhodes-7.5.1 spec/phone_spec/app/Account_s/account_s.rb
rhodes-7.4.1 spec/phone_spec/app/Account_s/account_s.rb
rhodes-7.1.17 spec/phone_spec/app/Account_s/account_s.rb
rhodes-6.2.0 spec/phone_spec/app/Account_s/account_s.rb
rhodes-6.0.11 spec/phone_spec/app/Account_s/account_s.rb
rhodes-5.5.18 spec/phone_spec/app/Account_s/account_s.rb
rhodes-5.5.17 spec/phone_spec/app/Account_s/account_s.rb
rhodes-5.5.15 spec/phone_spec/app/Account_s/account_s.rb
rhodes-5.5.0.22 spec/phone_spec/app/Account_s/account_s.rb
rhodes-5.5.2 spec/phone_spec/app/Account_s/account_s.rb
rhodes-5.5.0.7 spec/phone_spec/app/Account_s/account_s.rb
rhodes-5.5.0.3 spec/phone_spec/app/Account_s/account_s.rb
rhodes-5.5.0 spec/phone_spec/app/Account_s/account_s.rb
tauplatform-1.0.3 spec/phone_spec/app/Account_s/account_s.rb
tauplatform-1.0.2 spec/phone_spec/app/Account_s/account_s.rb
tauplatform-1.0.1 spec/phone_spec/app/Account_s/account_s.rb
rhodes-3.5.1.12 spec/phone_spec/app/Account_s/account_s.rb
rhodes-3.3.5 spec/phone_spec/app/Account_s/account_s.rb
rhodes-3.4.2 spec/phone_spec/app/Account_s/account_s.rb