class Esa::ApiMethods::PathStringIO

Attributes

path[RW]

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/esa/api_methods.rb, line 171
def initialize(*args)
  super(*args[1..-1])
  @path = args[0]
end