Module: Amaranth

Defined in:
lib/amaranth.rb,
lib/amaranth/team.rb,
lib/amaranth/video.rb,
lib/amaranth/config.rb,
lib/amaranth/project.rb,
lib/amaranth/request.rb,
lib/amaranth/version.rb,
lib/amaranth/collection.rb

Defined Under Namespace

Classes: Collection, Project, Request, RequestError, Team, Video

Constant Summary collapse

VERSION =
"0.3.4"

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



3
4
5
# File 'lib/amaranth/config.rb', line 3

def api_key
  @api_key
end

.api_usernameObject

Returns the value of attribute api_username.



3
4
5
# File 'lib/amaranth/config.rb', line 3

def api_username
  @api_username
end