Class: TwistedCaldav::Request::Base
- Inherits:
-
Object
- Object
- TwistedCaldav::Request::Base
- Defined in:
- lib/twisted-caldav/request.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#xml ⇒ Object
readonly
Returns the value of attribute xml.
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
7 8 9 10 |
# File 'lib/twisted-caldav/request.rb', line 7 def initialize @xml = Builder::XmlMarkup.new(:indent => 2) @xml.instruct! end |
Instance Attribute Details
#xml ⇒ Object (readonly)
Returns the value of attribute xml.
11 12 13 |
# File 'lib/twisted-caldav/request.rb', line 11 def xml @xml end |