dataType

dataType() Instance Public methods VARIANT dataType the data type of the node

def_to_utf_8_from_shift_jis

def_to_utf_8_from_shift_jis() Instance Public methods

update

update(attributes) Instance Public methods Updates the attributes of the model from the passed-in hash and saves the record, all wrapped in a transaction. If the object is invalid, the saving will fail and false will be returned. update_attributes

readlines

readlines(*args) Class Public methods Alias for ::read.

load_response 2

load_response( stringOrReadable ) Instance Public methods Returns paramOrFault

from_module

from_module(class_type, mod) Class Public methods Return a RDoc::ClassModule of class class_type that is a copy of module module. Used to promote modules to classes.

new

new(app, options = {}) Class Public methods Create a new store. The cache to use can be passed in the :cache option. If it is not specified, Rails.cache will be used.

iv=

cipher.iv = string â string Instance Public methods Sets the cipher IV. Please note that since you should never be using ECB mode, an IV is always explicitly required and should be set prior to encryption. The IV itself can be safely transmitted in public, but it should be unpredictable to prevent certain kinds of attacks. You may use #random_iv to create a secure random IV. Only call this method after calling #encrypt or #decrypt. If not explicitly set, the OpenSSL default of an

add

add(*sequences) Instance Public methods

respond_to?

respond_to?(method, include_private = false) Instance Public methods