Class: GithubCLI::Command::Comm
- Inherits:
-
Struct
- Object
- Struct
- GithubCLI::Command::Comm
- Defined in:
- lib/github_cli/command.rb
Instance Attribute Summary collapse
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#name ⇒ Object
Returns the value of attribute name.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#usage ⇒ Object
Returns the value of attribute usage.
Instance Attribute Details
#desc ⇒ Object
Returns the value of attribute desc
21 22 23 |
# File 'lib/github_cli/command.rb', line 21 def desc @desc end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/github_cli/command.rb', line 21 def name @name end |
#namespace ⇒ Object
Returns the value of attribute namespace
21 22 23 |
# File 'lib/github_cli/command.rb', line 21 def namespace @namespace end |
#usage ⇒ Object
Returns the value of attribute usage
21 22 23 |
# File 'lib/github_cli/command.rb', line 21 def usage @usage end |