Class: PolyrexObjects::Week
- Inherits:
-
Object
- Object
- PolyrexObjects::Week
- Defined in:
- lib/polyrex-calendar.rb
Instance Method Summary collapse
Instance Method Details
#to_webpage ⇒ Object
46 47 48 49 50 |
# File 'lib/polyrex-calendar.rb', line 46 def to_webpage() WeeklyplannerTemplate.new(self.to_xml, template: 'default').to_h end |