Class: Labimotion::Api
- Inherits:
-
Object
- Object
- Labimotion::Api
- Defined in:
- lib/labimotion/api.rb
Overview
This is the first version of the dataset class
Class Method Summary collapse
Instance Method Summary collapse
- #gget_data ⇒ Object
-
#initialize ⇒ Api
constructor
A new instance of Api.
Constructor Details
#initialize ⇒ Api
Returns a new instance of Api.
7 8 9 |
# File 'lib/labimotion/api.rb', line 7 def initialize # Initialization code end |
Class Method Details
.hello ⇒ Object
15 16 17 |
# File 'lib/labimotion/api.rb', line 15 def self.hello 'Hellooooooooooooooooooooo!' end |
Instance Method Details
#gget_data ⇒ Object
11 12 13 |
# File 'lib/labimotion/api.rb', line 11 def gget_data 'Hello, worlddddddddddddddddddddd!' end |