Sha256: e3130536ba30273c1fb27dd8a66830e1e00b3b45d4ed068c1631ad2bd5596335

Contents?: true

Size: 178 Bytes

Versions: 4

Compression:

Stored size: 178 Bytes

Contents

require "virtus"

class G5Updatable::G5Client
  include Virtus

  attribute :name, String
  attribute :vertical, String
  attribute :domain, String
  attribute :type, String
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
g5_updatable-0.2.1 lib/g5_updatable/g5_client.rb
g5_updatable-0.2.0 lib/g5_updatable/g5_client.rb
g5_updatable-0.1.0 lib/g5_updatable/g5_client.rb
g5_updatable-0.0.1 lib/g5_updatable/g5_client.rb