Class: Confetti::Template::BlackberryWidgetsConfig
- Inherits:
-
Base
- Object
- Mustache
- Base
- Confetti::Template::BlackberryWidgetsConfig
show all
- Defined in:
- lib/confetti/templates/blackberry_widgets_config.rb
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#author_email ⇒ Object
20
21
22
|
# File 'lib/confetti/templates/blackberry_widgets_config.rb', line 20
def author_email
@config.author.email
end
|
#author_href ⇒ Object
16
17
18
|
# File 'lib/confetti/templates/blackberry_widgets_config.rb', line 16
def author_href
@config.author.href
end
|
#author_name ⇒ Object
24
25
26
|
# File 'lib/confetti/templates/blackberry_widgets_config.rb', line 24
def author_name
@config.author.name
end
|
#output_filename ⇒ Object
32
33
34
|
# File 'lib/confetti/templates/blackberry_widgets_config.rb', line 32
def output_filename
"bb-config.xml"
end
|
28
29
30
|
# File 'lib/confetti/templates/blackberry_widgets_config.rb', line 28
def widget_description
@config.description
end
|
8
9
10
|
# File 'lib/confetti/templates/blackberry_widgets_config.rb', line 8
def widget_id
@config.package
end
|
12
13
14
|
# File 'lib/confetti/templates/blackberry_widgets_config.rb', line 12
def widget_name
@config.name.name
end
|
4
5
6
|
# File 'lib/confetti/templates/blackberry_widgets_config.rb', line 4
def widget_version
@config.version
end
|