class MelonPromotion

Public Class Methods

build_network() click to toggle source
# File lib/melon_promotion.rb, line 9
def self.build_network
  'on process...'
end
mountain() click to toggle source
# File lib/melon_promotion.rb, line 13
def self.mountain
  'great mountain!'
end

Public Instance Methods

description() click to toggle source
# File lib/melon_promotion.rb, line 5
def description
  'this is first melon microservice gem.'
end