Class: DisplayProxy
- Inherits:
-
Object
- Object
- DisplayProxy
- Defined in:
- lib/zipmark/display_proxy.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Method Summary collapse
- #create(options = {}) ⇒ Object
-
#initialize(client) ⇒ DisplayProxy
constructor
A new instance of DisplayProxy.
Constructor Details
#initialize(client) ⇒ DisplayProxy
Returns a new instance of DisplayProxy.
4 5 6 |
# File 'lib/zipmark/display_proxy.rb', line 4 def initialize(client) self.client = client end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
2 3 4 |
# File 'lib/zipmark/display_proxy.rb', line 2 def client @client end |