Skip to content

Commit

Permalink
docs update/fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Jan 5, 2010
1 parent 0c11730 commit 23d67a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.rdoc
Expand Up @@ -32,6 +32,13 @@ So the API is pretty "raw", and it is supposed to be consumed by
ActiveCim ( http://github.com/dmacvicar/activecim ) which is a more
ruby-like API to do CIM based management.

== Known Issues

* If you call Instance#references without a filter class you may get an
error. It seems sfcb can't load a provider.

* ObjectPath qualifier methods crash

== Authors

* Duncan Mac-Vicar P. <dmacvicar@suse.de>
Expand Down
5 changes: 3 additions & 2 deletions TODO.rdoc
@@ -1,12 +1,13 @@

== General:

* support default parameters where the sfcc API does
* add convencience [] operator to Class and Instance to set and
retrieve properties

== Missing relevant APIs

Other APIs may be missing, but they may not be relevant in a ruby
style API
style API.

=== CIMCClass

Expand Down
1 change: 0 additions & 1 deletion lib/sfcc.rb
Expand Up @@ -165,7 +165,6 @@ def to_s
class ObjectPath
end

# foo bar ne ne
class Enumeration
end

Expand Down

0 comments on commit 23d67a2

Please sign in to comment.