Class: Secryst::Provisioning::Remotefile::Model
- Inherits:
-
Struct
- Object
- Struct
- Secryst::Provisioning::Remotefile::Model
- Defined in:
- lib/secryst/provisioning.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
167 168 169 |
# File 'lib/secryst/provisioning.rb', line 167 def name @name end |
#uri ⇒ Object
Returns the value of attribute uri
167 168 169 |
# File 'lib/secryst/provisioning.rb', line 167 def uri @uri end |
#version ⇒ Object
Returns the value of attribute version
167 168 169 |
# File 'lib/secryst/provisioning.rb', line 167 def version @version end |