Class: Esa::ApiMethods::PathStringIO

Inherits:
StringIO
  • Object
show all
Defined in:
lib/esa/api_methods.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ PathStringIO

Returns a new instance of PathStringIO.



177
178
179
180
# File 'lib/esa/api_methods.rb', line 177

def initialize(*args)
  super(*args[1..-1])
  @path = args[0]
end

Instance Attribute Details

#pathObject

Returns the value of attribute path.



175
176
177
# File 'lib/esa/api_methods.rb', line 175

def path
  @path
end