Class: AppMap::Command::UploadStruct
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Command::UploadStruct
- Defined in:
- lib/appmap/command/upload.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#data ⇒ Object
Returns the value of attribute data.
-
#org ⇒ Object
Returns the value of attribute org.
-
#url ⇒ Object
Returns the value of attribute url.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
8 9 10 |
# File 'lib/appmap/command/upload.rb', line 8 def config @config end |
#data ⇒ Object
Returns the value of attribute data
8 9 10 |
# File 'lib/appmap/command/upload.rb', line 8 def data @data end |
#org ⇒ Object
Returns the value of attribute org
8 9 10 |
# File 'lib/appmap/command/upload.rb', line 8 def org @org end |
#url ⇒ Object
Returns the value of attribute url
8 9 10 |
# File 'lib/appmap/command/upload.rb', line 8 def url @url end |
#user ⇒ Object
Returns the value of attribute user
8 9 10 |
# File 'lib/appmap/command/upload.rb', line 8 def user @user end |