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
807 808 809 |
# File 'lib/tree_haver/contracts.rb', line 807 def family @family end |
#schema_path ⇒ Object
Returns the value of attribute schema_path
807 808 809 |
# File 'lib/tree_haver/contracts.rb', line 807 def schema_path @schema_path end |
#status ⇒ Object
Returns the value of attribute status
807 808 809 |
# File 'lib/tree_haver/contracts.rb', line 807 def status @status end |
Instance Method Details
#to_h ⇒ Object
808 809 810 811 812 813 814 |
# File 'lib/tree_haver/contracts.rb', line 808 def to_h { schema_path: schema_path, family: family, status: status } end |