Class: Labimotion::Api

Inherits:
Object
  • Object
show all
Defined in:
lib/labimotion/api.rb

Overview

This is the first version of the dataset class

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeApi

Returns a new instance of Api.



7
8
9
# File 'lib/labimotion/api.rb', line 7

def initialize
  # Initialization code
end

Class Method Details

.helloObject



15
16
17
# File 'lib/labimotion/api.rb', line 15

def self.hello
  'Hellooooooooooooooooooooo!'
end

Instance Method Details

#gget_dataObject



11
12
13
# File 'lib/labimotion/api.rb', line 11

def gget_data
  'Hello, worlddddddddddddddddddddd!'
end