lib/biomart/database.rb in biomart-0.1.5 vs lib/biomart/database.rb in biomart-0.2.0
- old
+ new
@@ -34,9 +34,15 @@
fetch_datasets
end
return @datasets
end
+ # Returns true / false if this database is visbile in the
+ # default MartView interface.
+ def visible?
+ @visible
+ end
+
private
# Utility method to do the webservice call to the biomart server
# and collate/build the information about the datasets.
def fetch_datasets
\ No newline at end of file