Sha256: 98c471a69e705c9cea6bf826da8bedcfd1687a40afd3ead6ff0e02aaf76bf045

Contents?: true

Size: 236 Bytes

Versions: 12

Compression:

Stored size: 236 Bytes

Contents

class ServerType < ActiveRecord::Base
  set_primary_key :name
  
  belongs_to :data_center_company, :foreign_key => 'data_center_company_name'
  
  data_miner do
    tap "Brighter Planet's server type data", Earth.taps_server
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
earth-0.4.8 lib/earth/computation/server_type.rb
earth-0.4.7 lib/earth/computation/server_type.rb
earth-0.4.6 lib/earth/computation/server_type.rb
earth-0.4.5 lib/earth/computation/server_type.rb
earth-0.4.4 lib/earth/computation/server_type.rb
earth-0.4.3 lib/earth/computation/server_type.rb
earth-0.4.2 lib/earth/computation/server_type.rb
earth-0.4.1 lib/earth/computation/server_type.rb
earth-0.4.0 lib/earth/computation/server_type.rb
earth-0.3.15 lib/earth/computation/server_type.rb
earth-0.3.14 lib/earth/computation/server_type.rb
earth-0.3.13 lib/earth/computation/server_type.rb