Class: Secryst::Provisioning::Remotefile::Model

Inherits:
Struct
  • Object
show all
Defined in:
lib/secryst/provisioning.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



167
168
169
# File 'lib/secryst/provisioning.rb', line 167

def name
  @name
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



167
168
169
# File 'lib/secryst/provisioning.rb', line 167

def uri
  @uri
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



167
168
169
# File 'lib/secryst/provisioning.rb', line 167

def version
  @version
end