Class: EhbrsRubyUtils::CookingBook::Recipe::Ingredient

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs_ruby_utils/cooking_book/recipe/ingredient.rb

Class Method Summary collapse

Class Method Details

.build(label, value) ⇒ Object



11
12
13
# File 'lib/ehbrs_ruby_utils/cooking_book/recipe/ingredient.rb', line 11

def build(label, value)
  new(label, ::EhbrsRubyUtils::CookingBook::Recipe::Measure.build(value))
end