Class: C::Parameter
- Inherits:
-
Object
- Object
- C::Parameter
- Defined in:
- lib/cast-to-yaml/to_yaml.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
259 260 261 262 263 264 265 |
# File 'lib/cast-to-yaml/to_yaml.rb', line 259 def to_h res = {} res["name"] = name.to_s if name.to_s != '' res["type"] = type.to_h res["register"] = true if register? res end |