Class: VividSeatApi::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/vivid_seat_api/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenObject

Returns the value of attribute api_token.



26
27
28
# File 'lib/vivid_seat_api/base.rb', line 26

def api_token
  @api_token
end

#ftp_hostObject

Returns the value of attribute ftp_host.



23
24
25
# File 'lib/vivid_seat_api/base.rb', line 23

def ftp_host
  @ftp_host
end

#ftp_passObject

Returns the value of attribute ftp_pass.



25
26
27
# File 'lib/vivid_seat_api/base.rb', line 25

def ftp_pass
  @ftp_pass
end

#ftp_userObject

Returns the value of attribute ftp_user.



24
25
26
# File 'lib/vivid_seat_api/base.rb', line 24

def ftp_user
  @ftp_user
end