# File lib/occi/infrastructure/storage.rb, line 45 def size @attributes.occi_.storage_['size'] end
# File lib/occi/infrastructure/storage.rb, line 49 def size=(size) @attributes.occi!.storage!['size'] = size end
# File lib/occi/infrastructure/storage.rb, line 53 def state @attributes.occi_.storage_.state end
# File lib/occi/infrastructure/storage.rb, line 57 def state=(state) @attributes.occi!.storage!.state = state end