Sha256: 3d19360d0391e213729c3cdf76a22f0c3feb17c5c7e3932d1f96c6cd05f259bb

Contents?: true

Size: 188 Bytes

Versions: 4

Compression:

Stored size: 188 Bytes

Contents

module Skippy

  SketchUpApp = Struct.new(:executable, :version, :can_debug, :is64bit) do

    def self.from_hash(hash)
      new(*hash.values_at(*members))
    end

  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
skippy-0.4.3.a lib/skippy/sketchup/app.rb
skippy-0.4.2.a lib/skippy/sketchup/app.rb
skippy-0.4.1.a lib/skippy/sketchup/app.rb
skippy-0.4.0.a lib/skippy/sketchup/app.rb