class Fog::Hadoop::Script::Real

Public Class Methods

new(options = {}) click to toggle source
# File lib/fog/hadoop/script.rb, line 8
def initialize(options = {})


  @connection = Fog::Core::Connection.new(@service_api_url)
end