Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/dorian/to_struct.rb
Instance Method Summary collapse
Instance Method Details
#from_deep_struct ⇒ Object
52 53 54 |
# File 'lib/dorian/to_struct.rb', line 52 def from_deep_struct self end |
#from_struct ⇒ Object
48 49 50 |
# File 'lib/dorian/to_struct.rb', line 48 def from_struct self end |
#to_deep_struct ⇒ Object
44 45 46 |
# File 'lib/dorian/to_struct.rb', line 44 def to_deep_struct self end |
#to_struct ⇒ Object
40 41 42 |
# File 'lib/dorian/to_struct.rb', line 40 def to_struct self end |