Class: TreeHaver::BinaryNestedDispatch
- Inherits:
-
Struct
- Object
- Struct
- TreeHaver::BinaryNestedDispatch
- Defined in:
- lib/tree_haver/contracts.rb
Instance Attribute Summary collapse
-
#family ⇒ Object
Returns the value of attribute family.
-
#schema_path ⇒ Object
Returns the value of attribute schema_path.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#family ⇒ Object
Returns the value of attribute family
203 204 205 |
# File 'lib/tree_haver/contracts.rb', line 203 def family @family end |
#schema_path ⇒ Object
Returns the value of attribute schema_path
203 204 205 |
# File 'lib/tree_haver/contracts.rb', line 203 def schema_path @schema_path end |
#status ⇒ Object
Returns the value of attribute status
203 204 205 |
# File 'lib/tree_haver/contracts.rb', line 203 def status @status end |
Instance Method Details
#to_h ⇒ Object
204 205 206 207 208 209 210 |
# File 'lib/tree_haver/contracts.rb', line 204 def to_h { schema_path: schema_path, family: family, status: status } end |