Class: MelonPromotion

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.build_networkObject



9
10
11
# File 'lib/melon_promotion.rb', line 9

def self.build_network
  'on process...'
end

.mountainObject



13
14
15
# File 'lib/melon_promotion.rb', line 13

def self.mountain
  'great mountain!'
end

Instance Method Details

#descriptionObject



5
6
7
# File 'lib/melon_promotion.rb', line 5

def description
  'this is first melon microservice gem.'
end