class Occi::Infrastructure::Storage

Public Instance Methods

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