Class: Standup::EC2::SecurityGroup::IPRule
- Inherits:
-
Struct
- Object
- Struct
- Standup::EC2::SecurityGroup::IPRule
- Defined in:
- lib/standup/ec2/security_group.rb
Instance Attribute Summary collapse
-
#from_port ⇒ Object
Returns the value of attribute from_port.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#to_port ⇒ Object
Returns the value of attribute to_port.
Instance Attribute Details
#from_port ⇒ Object
Returns the value of attribute from_port
4 5 6 |
# File 'lib/standup/ec2/security_group.rb', line 4 def from_port @from_port end |
#ip ⇒ Object
Returns the value of attribute ip
4 5 6 |
# File 'lib/standup/ec2/security_group.rb', line 4 def ip @ip end |
#protocol ⇒ Object
Returns the value of attribute protocol
4 5 6 |
# File 'lib/standup/ec2/security_group.rb', line 4 def protocol @protocol end |
#to_port ⇒ Object
Returns the value of attribute to_port
4 5 6 |
# File 'lib/standup/ec2/security_group.rb', line 4 def to_port @to_port end |