Module: Twurl

Defined in:
lib/twurl.rb,
lib/twurl/cli.rb,
lib/twurl/rcfile.rb,
lib/twurl/version.rb,
lib/twurl/oauth_client.rb,
lib/twurl/aliases_controller.rb,
lib/twurl/request_controller.rb,
lib/twurl/authorization_controller.rb,
lib/twurl/configuration_controller.rb,
lib/twurl/abstract_command_controller.rb,
lib/twurl/account_information_controller.rb

Defined Under Namespace

Classes: AbstractCommandController, AccountInformationController, AliasesController, AuthorizationController, CLI, ConfigurationController, Exception, OAuthClient, Options, RCFile, RequestController, Version

Constant Summary collapse

VERSION =
Version.to_s

Class Attribute Summary collapse

Class Attribute Details

.optionsObject

Returns the value of attribute options.



16
17
18
# File 'lib/twurl.rb', line 16

def options
  @options
end