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



193
194
195
# File 'src/ruby/bin/apis/pubsub_demo.rb', line 193

def action
  @action
end

#default_service_accountObject

Returns the value of attribute default_service_account

Returns:

  • (Object)

    the current value of default_service_account



706
707
708
# File 'src/ruby/pb/test/client.rb', line 706

def 
  @default_service_account
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



706
707
708
# File 'src/ruby/pb/test/client.rb', line 706

def host
  @host
end

#host_overrideObject

Returns the value of attribute host_override

Returns:

  • (Object)

    the current value of host_override



706
707
708
# File 'src/ruby/pb/test/client.rb', line 706

def host_override
  @host_override
end

#oauth_scopeObject

Returns the value of attribute oauth_scope

Returns:

  • (Object)

    the current value of oauth_scope



706
707
708
# File 'src/ruby/pb/test/client.rb', line 706

def oauth_scope
  @oauth_scope
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



706
707
708
# File 'src/ruby/pb/test/client.rb', line 706

def port
  @port
end

#project_idObject

Returns the value of attribute project_id

Returns:

  • (Object)

    the current value of project_id



193
194
195
# File 'src/ruby/bin/apis/pubsub_demo.rb', line 193

def project_id
  @project_id
end

#secureObject

Returns the value of attribute secure

Returns:

  • (Object)

    the current value of secure



706
707
708
# File 'src/ruby/pb/test/client.rb', line 706

def secure
  @secure
end

#sub_nameObject

Returns the value of attribute sub_name

Returns:

  • (Object)

    the current value of sub_name



193
194
195
# File 'src/ruby/bin/apis/pubsub_demo.rb', line 193

def sub_name
  @sub_name
end

#test_caseObject

Returns the value of attribute test_case

Returns:

  • (Object)

    the current value of test_case



706
707
708
# File 'src/ruby/pb/test/client.rb', line 706

def test_case
  @test_case
end

#topic_nameObject

Returns the value of attribute topic_name

Returns:

  • (Object)

    the current value of topic_name



193
194
195
# File 'src/ruby/bin/apis/pubsub_demo.rb', line 193

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



706
707
708
# File 'src/ruby/pb/test/client.rb', line 706

def use_test_ca
  @use_test_ca
end