Class: GodOfWar::Payloads::Payload
- Inherits:
-
Struct
- Object
- Struct
- GodOfWar::Payloads::Payload
- Defined in:
- lib/godofwar/payloads.rb
Instance Attribute Summary collapse
-
#conf ⇒ Object
Returns the value of attribute conf.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#name ⇒ Object
Returns the value of attribute name.
-
#os ⇒ Object
Returns the value of attribute os.
-
#path ⇒ Object
Returns the value of attribute path.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#conf ⇒ Object
Returns the value of attribute conf
11 12 13 |
# File 'lib/godofwar/payloads.rb', line 11 def conf @conf end |
#desc ⇒ Object
Returns the value of attribute desc
11 12 13 |
# File 'lib/godofwar/payloads.rb', line 11 def desc @desc end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/godofwar/payloads.rb', line 11 def name @name end |
#os ⇒ Object
Returns the value of attribute os
11 12 13 |
# File 'lib/godofwar/payloads.rb', line 11 def os @os end |
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'lib/godofwar/payloads.rb', line 11 def path @path end |
#ref ⇒ Object
Returns the value of attribute ref
11 12 13 |
# File 'lib/godofwar/payloads.rb', line 11 def ref @ref end |
#url ⇒ Object
Returns the value of attribute url
11 12 13 |
# File 'lib/godofwar/payloads.rb', line 11 def url @url end |