class TestRail::Configuration

Attributes

namespace[RW]
password[RW]
user[RW]

Public Instance Methods

to_hash() click to toggle source
# File lib/test_rail/configuration.rb, line 6
def to_hash
  { user: user, password: password, namespace: namespace }
end