Class: Cosing::Ingredient
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Cosing::Ingredient
- Defined in:
- lib/cosing/ingredient.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
16 17 18 |
# File 'lib/cosing/ingredient.rb', line 16 def inspect to_h end |
#to_json ⇒ Object
20 21 22 |
# File 'lib/cosing/ingredient.rb', line 20 def to_json(...) to_h.to_json(...) end |