Class: Faker::LIRC
- Inherits:
-
Base
- Object
- Base
- Faker::LIRC
- Defined in:
- lib/faker/lirc.rb
Overview
LIRC-related faker stuff
Class Method Summary collapse
-
.button_name ⇒ String
Produces a random LIRC response type.
-
.remote_name ⇒ String
Produces a random LIRC response type.
-
.reply_success ⇒ String
Produces a random LIRC response success.
-
.reply_type ⇒ String
Produces a random LIRC response type.
Class Method Details
.button_name ⇒ String
Produces a random LIRC response type
12 13 14 |
# File 'lib/faker/lirc.rb', line 12 def fetch('lirc.button_name') end |
.remote_name ⇒ String
Produces a random LIRC response type
23 24 25 |
# File 'lib/faker/lirc.rb', line 23 def remote_name fetch('lirc.remote_name') end |
.reply_success ⇒ String
Produces a random LIRC response success
45 46 47 |
# File 'lib/faker/lirc.rb', line 45 def reply_success fetch('lirc.reply_success') end |
.reply_type ⇒ String
Produces a random LIRC response type
34 35 36 |
# File 'lib/faker/lirc.rb', line 34 def reply_type fetch('lirc.reply_type') end |