Class: Leeloo::Output

Inherits:
Object
  • Object
show all
Defined in:
lib/leeloo/output.rb

Direct Known Subclasses

Ascii, ClipboardOutputDecorator

Instance Method Summary collapse

Instance Method Details

#render_footprint(footprint) ⇒ Object



30
31
# File 'lib/leeloo/output.rb', line 30

def render_footprint footprint
end

#render_keys(keys) ⇒ Object



27
28
# File 'lib/leeloo/output.rb', line 27

def render_keys keys
end

#render_name_and_secret(name, secret) ⇒ Object



24
25
# File 'lib/leeloo/output.rb', line 24

def render_name_and_secret name, secret
end

#render_preferences(preferences) ⇒ Object



12
13
# File 'lib/leeloo/output.rb', line 12

def render_preferences preferences
end

#render_secret(secret) ⇒ Object



18
19
# File 'lib/leeloo/output.rb', line 18

def render_secret secret
end

#render_secrets(secrets) ⇒ Object



15
16
# File 'lib/leeloo/output.rb', line 15

def render_secrets secrets
end

#render_share(footprint) ⇒ Object



33
34
# File 'lib/leeloo/output.rb', line 33

def render_share footprint
end

#render_text(text) ⇒ Object



21
22
# File 'lib/leeloo/output.rb', line 21

def render_text text
end