Class: XtendrProxy

Inherits:
Object
  • Object
show all
Includes:
Xtendr
Defined in:
lib/xtendr.rb

Instance Method Summary collapse

Methods included from Xtendr

#getx, #getx!, #listx, #remove_allx, #removex, #setx

Constructor Details

#initialize(file) ⇒ XtendrProxy

Returns a new instance of XtendrProxy.



122
123
124
# File 'lib/xtendr.rb', line 122

def initialize(file)
  @file = file
end

Instance Method Details

#to_sObject



126
127
128
# File 'lib/xtendr.rb', line 126

def to_s
  @file
end