Method: AlphaApi::SettingsNode.build
- Defined in:
- lib/alpha_api/settings_node.rb
.build(superclass = self) ⇒ Object
Returns anonymous class with same accessors as the superclass.
11 12 13 |
# File 'lib/alpha_api/settings_node.rb', line 11 def build(superclass = self) Class.new(superclass) end |