class MastercoinWallet::Models::SellingOffer

Attributes

address[RW]

Public Instance Methods

all() click to toggle source
# File lib/mastercoin-wallet/models/selling_offer.rb, line 9
def all
  self.class.get(".json")
end
current() click to toggle source
# File lib/mastercoin-wallet/models/selling_offer.rb, line 13
def current
  self.class.get("/current.json")
end