Class: HolePunch::Options
- Inherits:
-
Struct
- Object
- Struct
- HolePunch::Options
- Defined in:
- lib/holepunch/cli.rb
Instance Attribute Summary collapse
-
#aws_access_key_id ⇒ Object
Returns the value of attribute aws_access_key_id.
-
#aws_region ⇒ Object
Returns the value of attribute aws_region.
-
#aws_secret_access_key ⇒ Object
Returns the value of attribute aws_secret_access_key.
-
#env ⇒ Object
Returns the value of attribute env.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#aws_access_key_id ⇒ Object
Returns the value of attribute aws_access_key_id
25 26 27 |
# File 'lib/holepunch/cli.rb', line 25 def aws_access_key_id @aws_access_key_id end |
#aws_region ⇒ Object
Returns the value of attribute aws_region
25 26 27 |
# File 'lib/holepunch/cli.rb', line 25 def aws_region @aws_region end |
#aws_secret_access_key ⇒ Object
Returns the value of attribute aws_secret_access_key
25 26 27 |
# File 'lib/holepunch/cli.rb', line 25 def aws_secret_access_key @aws_secret_access_key end |
#env ⇒ Object
Returns the value of attribute env
25 26 27 |
# File 'lib/holepunch/cli.rb', line 25 def env @env end |
#filename ⇒ Object
Returns the value of attribute filename
25 26 27 |
# File 'lib/holepunch/cli.rb', line 25 def filename @filename end |
#verbose ⇒ Object
Returns the value of attribute verbose
25 26 27 |
# File 'lib/holepunch/cli.rb', line 25 def verbose @verbose end |