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 'Hello!' end |
Instance Method Details
#gget_data ⇒ Object
11 12 13 |
# File 'lib/labimotion/api.rb', line 11 def gget_data 'Hello, world!' end |