Class: Onetime::CLI::Parser::Result
- Inherits:
-
Struct
- Object
- Struct
- Onetime::CLI::Parser::Result
- Defined in:
- lib/onetime/cli/parser.rb
Instance Attribute Summary collapse
-
#apikey ⇒ Object
Returns the value of attribute apikey.
-
#argv ⇒ Object
Returns the value of attribute argv.
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
-
#command ⇒ Object
Returns the value of attribute command.
-
#custid ⇒ Object
Returns the value of attribute custid.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#format ⇒ Object
Returns the value of attribute format.
-
#passphrase ⇒ Object
Returns the value of attribute passphrase.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
-
#show_version ⇒ Object
Returns the value of attribute show_version.
-
#ttl ⇒ Object
Returns the value of attribute ttl.
Instance Attribute Details
#apikey ⇒ Object
Returns the value of attribute apikey
23 24 25 |
# File 'lib/onetime/cli/parser.rb', line 23 def apikey @apikey end |
#argv ⇒ Object
Returns the value of attribute argv
23 24 25 |
# File 'lib/onetime/cli/parser.rb', line 23 def argv @argv end |
#base_uri ⇒ Object
Returns the value of attribute base_uri
23 24 25 |
# File 'lib/onetime/cli/parser.rb', line 23 def base_uri @base_uri end |
#command ⇒ Object
Returns the value of attribute command
23 24 25 |
# File 'lib/onetime/cli/parser.rb', line 23 def command @command end |
#custid ⇒ Object
Returns the value of attribute custid
23 24 25 |
# File 'lib/onetime/cli/parser.rb', line 23 def custid @custid end |
#debug ⇒ Object
Returns the value of attribute debug
23 24 25 |
# File 'lib/onetime/cli/parser.rb', line 23 def debug @debug end |
#format ⇒ Object
Returns the value of attribute format
23 24 25 |
# File 'lib/onetime/cli/parser.rb', line 23 def format @format end |
#passphrase ⇒ Object
Returns the value of attribute passphrase
23 24 25 |
# File 'lib/onetime/cli/parser.rb', line 23 def passphrase @passphrase end |
#recipients ⇒ Object
Returns the value of attribute recipients
23 24 25 |
# File 'lib/onetime/cli/parser.rb', line 23 def recipients @recipients end |
#show_version ⇒ Object
Returns the value of attribute show_version
23 24 25 |
# File 'lib/onetime/cli/parser.rb', line 23 def show_version @show_version end |
#ttl ⇒ Object
Returns the value of attribute ttl
23 24 25 |
# File 'lib/onetime/cli/parser.rb', line 23 def ttl @ttl end |