Class: RubyRest::Atom::DomainFormatter
- Inherits:
-
Object
- Object
- RubyRest::Atom::DomainFormatter
- Defined in:
- lib/rubyrest/atom.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#app ⇒ Object
shortcut to the application.
-
#initialize(parent) ⇒ DomainFormatter
constructor
Creates a new formatter, as a child of the specified parent formatter.
Constructor Details
#initialize(parent) ⇒ DomainFormatter
Creates a new formatter, as a child of the specified parent formatter
211 212 213 |
# File 'lib/rubyrest/atom.rb', line 211 def initialize( parent ) @parent = parent end |
Instance Method Details
#app ⇒ Object
shortcut to the application
216 217 218 |
# File 'lib/rubyrest/atom.rb', line 216 def app @parent.app end |