Class: Fawsade::Instance
- Inherits:
-
Struct
- Object
- Struct
- Fawsade::Instance
- Defined in:
- lib/fawsade/instance.rb
Instance Attribute Summary collapse
-
#dns ⇒ Object
Returns the value of attribute dns.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#dns ⇒ Object
Returns the value of attribute dns
2 3 4 |
# File 'lib/fawsade/instance.rb', line 2 def dns @dns end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/fawsade/instance.rb', line 2 def id @id end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/fawsade/instance.rb', line 2 def name @name end |