Class: MelonPromotion
- Inherits:
-
Object
- Object
- MelonPromotion
- Defined in:
- lib/melon_promotion.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.build_network ⇒ Object
9 10 11 |
# File 'lib/melon_promotion.rb', line 9 def self.build_network 'on process...' end |
.mountain ⇒ Object
13 14 15 |
# File 'lib/melon_promotion.rb', line 13 def self.mountain 'great mountain!' end |
Instance Method Details
#description ⇒ Object
5 6 7 |
# File 'lib/melon_promotion.rb', line 5 def description 'this is first melon microservice gem.' end |