Method: Dedalus::PatternLibrary::PeriodicTableEntry.example_data

Defined in:
lib/dedalus/pattern_library/molecules/periodic_table_entry.rb

.example_dataObject



62
63
64
65
66
67
# File 'lib/dedalus/pattern_library/molecules/periodic_table_entry.rb', line 62

def self.example_data
  {
    element_abbreviation: "Ht",
    element_name: "Huge Text"
  }
end