to_text

spki.to_text => string Instance Public methods Returns a textual representation of this SPKI, useful for debugging purposes.

bind_append

bind_append(context, *args) Instance Public methods def #bind_append(context, cmd=Proc.new, *args) @t.tab_bind_append(@id, context, cmd, *args) self end

==

==( other ) Instance Public methods @return true if other is an Instruction, and the content and target of the other matches the target and content of this object.

delete

delete() Instance Public methods

text_selection_from

text_selection_from(idx) Instance Public methods

show_tab

show_tab(idx) Instance Public methods

collection_select

collection_select(method, collection, value_method, text_method, options = {}, html_options = {}) Instance Public methods Wraps ActionView::Helpers::FormOptionsHelper#collection_select for form builders: <%= form_for @post do |f| %> <%= f.collection_select :person_id, Author.all, :id, :name_with_initial, prompt: true %> <%= f.submit %> <% end %> Please refer to the documentation of the base helper for details.

set_params

set_params(params={}) Instance Public methods Sets the parameters for this SSL context to the values in params. The keys in params must be assignment methods on SSLContext. If the #verify_mode is not VERIFY_NONE and #ca_file, #ca_path and #cert_store are not set then the system default certificate store is used.

rotate_item

rotate_item(item, ox, oy, beta) Instance Public methods

as_json

as_json(*) Instance Public methods Returns a hash, that will be turned into a JSON object and represent this object.