Class: Xrc::Elements::Starttls

Inherits:
REXML::Element
  • Object
show all
Defined in:
lib/xrc/elements/starttls.rb

Instance Method Summary collapse

Constructor Details

#initializeStarttls

Returns a new instance of Starttls.



4
5
6
7
# File 'lib/xrc/elements/starttls.rb', line 4

def initialize
  super("starttls")
  add_namespace(Namespaces::TLS)
end