Sha256: abe1033a9e6b0c6e23ae632c083b1e7959875f06da8dc19ac640fe14fb7850d1

Contents?: true

Size: 332 Bytes

Versions: 11

Compression:

Stored size: 332 Bytes

Contents

module MastercoinWallet
  module Network
    class SellingOffer
      include Observable

      def retrieve!
        #Thread.new do 
          @selling_offers = MastercoinWallet::Models::SellingOffer.new.current
          self.changed(true)
          notify_observers(@selling_offers)
        #end.join
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
mastercoin-wallet-0.0.13 lib/mastercoin-wallet/network/selling_offer.rb
mastercoin-wallet-0.0.12 lib/mastercoin-wallet/network/selling_offer.rb
mastercoin-wallet-0.0.11 lib/mastercoin-wallet/network/selling_offer.rb
mastercoin-wallet-0.0.10 lib/mastercoin-wallet/network/selling_offer.rb
mastercoin-wallet-0.0.9 lib/mastercoin-wallet/network/selling_offer.rb
mastercoin-wallet-0.0.8 lib/mastercoin-wallet/network/selling_offer.rb
mastercoin-wallet-0.0.7 lib/mastercoin-wallet/network/selling_offer.rb
mastercoin-wallet-0.0.6 lib/mastercoin-wallet/network/selling_offer.rb
mastercoin-wallet-0.0.5 lib/mastercoin-wallet/network/selling_offer.rb
mastercoin-wallet-0.0.4 lib/mastercoin-wallet/network/selling_offer.rb
mastercoin-wallet-0.0.3 lib/mastercoin-wallet/network/selling_offer.rb