Class: Args

Inherits:
Struct show all
Defined in:
src/ruby/pb/test/client.rb,
src/ruby/bin/apis/pubsub_demo.rb

Overview

Args is used to hold the command line info.

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



208
209
210
# File 'src/ruby/bin/apis/pubsub_demo.rb', line 208

def action
  @action
end

#default_service_accountObject

Returns the value of attribute default_service_account

Returns:

  • (Object)

    the current value of default_service_account



721
722
723
# File 'src/ruby/pb/test/client.rb', line 721

def 
  @default_service_account
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



721
722
723
# File 'src/ruby/pb/test/client.rb', line 721

def host
  @host
end

#host_overrideObject

Returns the value of attribute host_override

Returns:

  • (Object)

    the current value of host_override



721
722
723
# File 'src/ruby/pb/test/client.rb', line 721

def host_override
  @host_override
end

#oauth_scopeObject

Returns the value of attribute oauth_scope

Returns:

  • (Object)

    the current value of oauth_scope



721
722
723
# File 'src/ruby/pb/test/client.rb', line 721

def oauth_scope
  @oauth_scope
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



721
722
723
# File 'src/ruby/pb/test/client.rb', line 721

def port
  @port
end

#project_idObject

Returns the value of attribute project_id

Returns:

  • (Object)

    the current value of project_id



208
209
210
# File 'src/ruby/bin/apis/pubsub_demo.rb', line 208

def project_id
  @project_id
end

#secureObject

Returns the value of attribute secure

Returns:

  • (Object)

    the current value of secure



721
722
723
# File 'src/ruby/pb/test/client.rb', line 721

def secure
  @secure
end

#sub_nameObject

Returns the value of attribute sub_name

Returns:

  • (Object)

    the current value of sub_name



208
209
210
# File 'src/ruby/bin/apis/pubsub_demo.rb', line 208

def sub_name
  @sub_name
end

#test_caseObject

Returns the value of attribute test_case

Returns:

  • (Object)

    the current value of test_case



721
722
723
# File 'src/ruby/pb/test/client.rb', line 721

def test_case
  @test_case
end

#topic_nameObject

Returns the value of attribute topic_name

Returns:

  • (Object)

    the current value of topic_name



208
209
210
# File 'src/ruby/bin/apis/pubsub_demo.rb', line 208

def topic_name
  @topic_name
end

#use_test_caObject

Returns the value of attribute use_test_ca

Returns:

  • (Object)

    the current value of use_test_ca



721
722
723
# File 'src/ruby/pb/test/client.rb', line 721

def use_test_ca
  @use_test_ca
end