Class: FppFormat
- Inherits:
-
Format
- Object
- Format
- FppFormat
- Defined in:
- lib/fppformat.rb
Instance Method Summary collapse
- #export ⇒ Object
-
#initialize(value) ⇒ FppFormat
constructor
A new instance of FppFormat.
- #name ⇒ Object
Constructor Details
#initialize(value) ⇒ FppFormat
10 11 12 |
# File 'lib/fppformat.rb', line 10 def initialize(value) @value = value end |
Instance Method Details
#export ⇒ Object
18 19 20 |
# File 'lib/fppformat.rb', line 18 def export return @value end |
#name ⇒ Object
14 15 16 |
# File 'lib/fppformat.rb', line 14 def name return 'fpp' end |