Method: Dedalus::PatternLibrary::ApplicationFooter.example_data

Defined in:
lib/dedalus/pattern_library/organisms/app_footer.rb

.example_dataObject



18
19
20
21
22
23
24
25
# File 'lib/dedalus/pattern_library/organisms/app_footer.rb', line 18

def self.example_data
  { 
    joyce_version: "x.y.z", 
    dedalus_version: "a.b.c",
    company: "Hello LLC",
    copyright: "All rights reserved" 
  }
end