Class: EverExp::Note

Inherits:
Object
  • Object
show all
Defined in:
lib/ever_mid/ever_exp.rb

Instance Method Summary collapse

Instance Method Details

#dateObject



17
18
19
# File 'lib/ever_mid/ever_exp.rb', line 17

def date
  html.formated_date
end

#idObject



13
14
15
# File 'lib/ever_mid/ever_exp.rb', line 13

def id
  html.id
end

#to_midsrc(src_path) ⇒ Object



8
9
10
11
# File 'lib/ever_mid/ever_exp.rb', line 8

def to_midsrc src_path
  files.to_midsrc src_path
  html.to_midsrc src_path
end