Class: Banacle::AwsWrapper::Nacl::Result
- Inherits:
-
Struct
- Object
- Struct
- Banacle::AwsWrapper::Nacl::Result
- Defined in:
- lib/banacle/aws_wrapper/nacl.rb
Instance Attribute Summary collapse
-
#cidr_block ⇒ Object
Returns the value of attribute cidr_block.
-
#error ⇒ Object
Returns the value of attribute error.
-
#rule_number ⇒ Object
Returns the value of attribute rule_number.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#cidr_block ⇒ Object
Returns the value of attribute cidr_block
10 11 12 |
# File 'lib/banacle/aws_wrapper/nacl.rb', line 10 def cidr_block @cidr_block end |
#error ⇒ Object
Returns the value of attribute error
10 11 12 |
# File 'lib/banacle/aws_wrapper/nacl.rb', line 10 def error @error end |
#rule_number ⇒ Object
Returns the value of attribute rule_number
10 11 12 |
# File 'lib/banacle/aws_wrapper/nacl.rb', line 10 def rule_number @rule_number end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/banacle/aws_wrapper/nacl.rb', line 10 def status @status end |