Class: Labimotions::Demo
- Inherits:
-
Object
- Object
- Labimotions::Demo
- Defined in:
- lib/labimotions/demo.rb
Instance Method Summary collapse
- #get_data ⇒ Object
-
#initialize ⇒ Demo
constructor
A new instance of Demo.
Constructor Details
#initialize ⇒ Demo
Returns a new instance of Demo.
5 6 7 |
# File 'lib/labimotions/demo.rb', line 5 def initialize # Initialization code end |
Instance Method Details
#get_data ⇒ Object
9 10 11 |
# File 'lib/labimotions/demo.rb', line 9 def get_data 'Hello, world!' end |