Class: Onetime::CLI::Parser::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/onetime/cli/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#apikeyObject

Returns the value of attribute apikey

Returns:

  • (Object)

    the current value of apikey



23
24
25
# File 'lib/onetime/cli/parser.rb', line 23

def apikey
  @apikey
end

#argvObject

Returns the value of attribute argv

Returns:

  • (Object)

    the current value of argv



23
24
25
# File 'lib/onetime/cli/parser.rb', line 23

def argv
  @argv
end

#base_uriObject

Returns the value of attribute base_uri

Returns:

  • (Object)

    the current value of base_uri



23
24
25
# File 'lib/onetime/cli/parser.rb', line 23

def base_uri
  @base_uri
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



23
24
25
# File 'lib/onetime/cli/parser.rb', line 23

def command
  @command
end

#custidObject

Returns the value of attribute custid

Returns:

  • (Object)

    the current value of custid



23
24
25
# File 'lib/onetime/cli/parser.rb', line 23

def custid
  @custid
end

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



23
24
25
# File 'lib/onetime/cli/parser.rb', line 23

def debug
  @debug
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



23
24
25
# File 'lib/onetime/cli/parser.rb', line 23

def format
  @format
end

#passphraseObject

Returns the value of attribute passphrase

Returns:

  • (Object)

    the current value of passphrase



23
24
25
# File 'lib/onetime/cli/parser.rb', line 23

def passphrase
  @passphrase
end

#recipientsObject

Returns the value of attribute recipients

Returns:

  • (Object)

    the current value of recipients



23
24
25
# File 'lib/onetime/cli/parser.rb', line 23

def recipients
  @recipients
end

#show_versionObject

Returns the value of attribute show_version

Returns:

  • (Object)

    the current value of show_version



23
24
25
# File 'lib/onetime/cli/parser.rb', line 23

def show_version
  @show_version
end

#ttlObject

Returns the value of attribute ttl

Returns:

  • (Object)

    the current value of ttl



23
24
25
# File 'lib/onetime/cli/parser.rb', line 23

def ttl
  @ttl
end