Sha256: e992c5b480d120d1ca917b268b360aa887c5f6d304e00330972f6d97c8ec7bbf

Contents?: true

Size: 207 Bytes

Versions: 10

Compression:

Stored size: 207 Bytes

Contents

require 'stella'

@base_uri = "http://bff.heroku.com/"

## can get a URI
ret = Stella.get(@base_uri)
ret.class
#=> String

## can checkup on a URI
ret = Stella.checkup @base_uri
ret.class
#=> Stella::Report

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stella-2.1.2.004 try/90_class_syntax_try.rb
stella-2.1.2.003 try/90_class_syntax_try.rb
stella-2.1.2.002 try/90_class_syntax_try.rb
stella-2.1.2.001 try/90_class_syntax_try.rb
stella-2.1.1.002 try/90_class_syntax_try.rb
stella-2.1.1.001 try/90_class_syntax_try.rb
stella-2.1.0.001 try/90_class_syntax_try.rb
stella-2.0.3.001 try/90_class_syntax_try.rb
stella-2.0.1.002 try/90_class_syntax_try.rb
stella-2.0.1.001 try/90_class_syntax_try.rb