Class: PolyrexObjects::Week

Inherits:
Object
  • Object
show all
Defined in:
lib/polyrex-calendar.rb

Instance Method Summary collapse

Instance Method Details

#to_webpageObject



63
64
65
66
67
# File 'lib/polyrex-calendar.rb', line 63

def to_webpage()

  WeeklyplannerTemplate.new(self.to_xml, template: 'default').to_h
  
end