Class: SSRFsUp::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/ssrfs-up.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



33
34
35
36
37
38
39
40
# File 'lib/ssrfs-up.rb', line 33

def initialize
  @func_name = "arn:aws:lambda:us-west-2:871040364337:function:sec-czi-sec-ssrfs-up:sec-czi-sec-ssrfs-up"
  @invoke_type = "RequestResponse"
  @log_type = "None"
  @region = "us-west-2"
  @test = false
  @proxy = true
end

Instance Attribute Details

#func_nameObject

Returns the value of attribute func_name.



31
32
33
# File 'lib/ssrfs-up.rb', line 31

def func_name
  @func_name
end

#invoke_typeObject

Returns the value of attribute invoke_type.



31
32
33
# File 'lib/ssrfs-up.rb', line 31

def invoke_type
  @invoke_type
end

#log_typeObject

Returns the value of attribute log_type.



31
32
33
# File 'lib/ssrfs-up.rb', line 31

def log_type
  @log_type
end

#proxyObject

Returns the value of attribute proxy.



31
32
33
# File 'lib/ssrfs-up.rb', line 31

def proxy
  @proxy
end

#regionObject

Returns the value of attribute region.



31
32
33
# File 'lib/ssrfs-up.rb', line 31

def region
  @region
end

#testObject

Returns the value of attribute test.



31
32
33
# File 'lib/ssrfs-up.rb', line 31

def test
  @test
end