Class: SSRFsUp::Configuration
- Inherits:
-
Object
- Object
- SSRFsUp::Configuration
- Defined in:
- lib/ssrfs-up.rb
Instance Attribute Summary collapse
-
#func_name ⇒ Object
Returns the value of attribute func_name.
-
#invoke_type ⇒ Object
Returns the value of attribute invoke_type.
-
#log_type ⇒ Object
Returns the value of attribute log_type.
-
#proxy ⇒ Object
Returns the value of attribute proxy.
-
#region ⇒ Object
Returns the value of attribute region.
-
#test ⇒ Object
Returns the value of attribute test.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_name ⇒ Object
Returns the value of attribute func_name.
31 32 33 |
# File 'lib/ssrfs-up.rb', line 31 def func_name @func_name end |
#invoke_type ⇒ Object
Returns the value of attribute invoke_type.
31 32 33 |
# File 'lib/ssrfs-up.rb', line 31 def invoke_type @invoke_type end |
#log_type ⇒ Object
Returns the value of attribute log_type.
31 32 33 |
# File 'lib/ssrfs-up.rb', line 31 def log_type @log_type end |
#proxy ⇒ Object
Returns the value of attribute proxy.
31 32 33 |
# File 'lib/ssrfs-up.rb', line 31 def proxy @proxy end |
#region ⇒ Object
Returns the value of attribute region.
31 32 33 |
# File 'lib/ssrfs-up.rb', line 31 def region @region end |
#test ⇒ Object
Returns the value of attribute test.
31 32 33 |
# File 'lib/ssrfs-up.rb', line 31 def test @test end |