Class: Lowkey::BodyProxy

Inherits:
Proxy
  • Object
show all
Defined in:
lib/proxies/body_proxy.rb

Instance Attribute Summary

Attributes inherited from Proxy

#name

Instance Method Summary collapse

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