Class: Middleman::HashiCorp::Releases::Build

Inherits:
Struct
  • Object
show all
Defined in:
lib/middleman-hashicorp/releases.rb

Instance Attribute Summary collapse

Instance Attribute Details

#archObject

Returns the value of attribute arch

Returns:

  • (Object)

    the current value of arch



6
7
8
# File 'lib/middleman-hashicorp/releases.rb', line 6

def arch
  @arch
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/middleman-hashicorp/releases.rb', line 6

def name
  @name
end

#osObject

Returns the value of attribute os

Returns:

  • (Object)

    the current value of os



6
7
8
# File 'lib/middleman-hashicorp/releases.rb', line 6

def os
  @os
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



6
7
8
# File 'lib/middleman-hashicorp/releases.rb', line 6

def url
  @url
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



6
7
8
# File 'lib/middleman-hashicorp/releases.rb', line 6

def version
  @version
end