Class: GrapeClient::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/grape_client/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/grape_client/configuration.rb', line 3

def password
  @password
end

#prefixObject

Returns the value of attribute prefix.



3
4
5
# File 'lib/grape_client/configuration.rb', line 3

def prefix
  @prefix
end

#siteObject

Returns the value of attribute site.



3
4
5
# File 'lib/grape_client/configuration.rb', line 3

def site
  @site
end

#userObject

Returns the value of attribute user.



3
4
5
# File 'lib/grape_client/configuration.rb', line 3

def user
  @user
end