Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/dorian/to_struct.rb
Instance Method Summary collapse
Instance Method Details
#from_deep_struct ⇒ Object
54 55 56 |
# File 'lib/dorian/to_struct.rb', line 54 def from_deep_struct self end |
#from_struct ⇒ Object
50 51 52 |
# File 'lib/dorian/to_struct.rb', line 50 def from_struct self end |
#to_deep_struct ⇒ Object
46 47 48 |
# File 'lib/dorian/to_struct.rb', line 46 def to_deep_struct self end |
#to_struct ⇒ Object
42 43 44 |
# File 'lib/dorian/to_struct.rb', line 42 def to_struct self end |