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

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

Constant Summary collapse

Version =
[VERSION::MAJOR, VERSION::MINOR, VERSION::TINY, VERSION::BETA].compact * '.'

Class Attribute Summary collapse

Class Attribute Details

.optionsObject

Returns the value of attribute options.



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

def options
  @options
end