Class: ProteusClient::Version

Inherits:
Struct
  • Object
show all
Defined in:
lib/proteus_client/models/version.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Version

Returns a new instance of Version.



4
5
6
7
8
# File 'lib/proteus_client/models/version.rb', line 4

def initialize(options)
  options.each do |key, value|
    self[key.to_sym] = value
  end
end

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/proteus_client/models/version.rb', line 2

def name
  @name
end

#solutionObject

Returns the value of attribute solution

Returns:

  • (Object)

    the current value of solution



2
3
4
# File 'lib/proteus_client/models/version.rb', line 2

def solution
  @solution
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



2
3
4
# File 'lib/proteus_client/models/version.rb', line 2

def url
  @url
end