Class: Awsom::SecurityGroup::DiffStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/awsom/security_group.rb

Instance Attribute Summary collapse

Instance Attribute Details

#to_addObject

Returns the value of attribute to_add

Returns:

  • (Object)

    the current value of to_add



9
10
11
# File 'lib/awsom/security_group.rb', line 9

def to_add
  @to_add
end

#to_removeObject

Returns the value of attribute to_remove

Returns:

  • (Object)

    the current value of to_remove



9
10
11
# File 'lib/awsom/security_group.rb', line 9

def to_remove
  @to_remove
end