Class: Banacle::AwsWrapper::Nacl::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/banacle/aws_wrapper/nacl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_blockObject

Returns the value of attribute cidr_block

Returns:

  • (Object)

    the current value of cidr_block



10
11
12
# File 'lib/banacle/aws_wrapper/nacl.rb', line 10

def cidr_block
  @cidr_block
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



10
11
12
# File 'lib/banacle/aws_wrapper/nacl.rb', line 10

def error
  @error
end

#rule_numberObject

Returns the value of attribute rule_number

Returns:

  • (Object)

    the current value of rule_number



10
11
12
# File 'lib/banacle/aws_wrapper/nacl.rb', line 10

def rule_number
  @rule_number
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



10
11
12
# File 'lib/banacle/aws_wrapper/nacl.rb', line 10

def status
  @status
end