Class: Lowkey::BodyProxy
Instance Attribute Summary
Attributes inherited from Proxy
Instance Method Summary collapse
-
#initialize(name:, source:) ⇒ BodyProxy
constructor
A new instance of BodyProxy.
Constructor Details
#initialize(name:, source:) ⇒ BodyProxy
Returns a new instance of BodyProxy.
7 8 9 |
# File 'lib/proxies/body_proxy.rb', line 7 def initialize(name:, source:) super(name:, source:) end |