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



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

def conf
  @conf
end

#descObject

Returns the value of attribute desc



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

def desc
  @desc
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end

#osObject

Returns the value of attribute os



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

def os
  @os
end

#pathObject

Returns the value of attribute path



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

def path
  @path
end

#refObject

Returns the value of attribute ref



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

def ref
  @ref
end

#urlObject

Returns the value of attribute url



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

def url
  @url
end