Class: GodOfWar::Payloads::Payload

Inherits:
Struct
  • Object
show all
Defined in:
lib/godofwar/payloads.rb

Instance Attribute Summary collapse

Instance Attribute Details

#confObject

Returns the value of attribute conf

Returns:

  • (Object)

    the current value of conf



11
12
13
# File 'lib/godofwar/payloads.rb', line 11

def conf
  @conf
end

#descObject

Returns the value of attribute desc

Returns:

  • (Object)

    the current value of desc



11
12
13
# File 'lib/godofwar/payloads.rb', line 11

def desc
  @desc
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/godofwar/payloads.rb', line 11

def name
  @name
end

#osObject

Returns the value of attribute os

Returns:

  • (Object)

    the current value of os



11
12
13
# File 'lib/godofwar/payloads.rb', line 11

def os
  @os
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



11
12
13
# File 'lib/godofwar/payloads.rb', line 11

def path
  @path
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



11
12
13
# File 'lib/godofwar/payloads.rb', line 11

def ref
  @ref
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



11
12
13
# File 'lib/godofwar/payloads.rb', line 11

def url
  @url
end