Class: Awsom::SecurityGroup::DiffStruct
- Inherits:
-
Struct
- Object
- Struct
- Awsom::SecurityGroup::DiffStruct
- Defined in:
- lib/awsom/security_group.rb
Instance Attribute Summary collapse
-
#to_add ⇒ Object
Returns the value of attribute to_add.
-
#to_remove ⇒ Object
Returns the value of attribute to_remove.
Instance Attribute Details
#to_add ⇒ Object
Returns the value of attribute to_add
9 10 11 |
# File 'lib/awsom/security_group.rb', line 9 def to_add @to_add end |
#to_remove ⇒ Object
Returns the value of attribute to_remove
9 10 11 |
# File 'lib/awsom/security_group.rb', line 9 def to_remove @to_remove end |