class NSClient::PricesResponse

Attributes

products[RW]
tariff_units[RW]

Public Class Methods

new() click to toggle source
# File lib/ns_client.rb, line 222
def initialize
  @products = {}
  @tariff_units = 0
end

Public Instance Methods

dagretour() click to toggle source
# File lib/ns_client.rb, line 231
def dagretour
  products['Retour']
end
enkele_reis() click to toggle source
# File lib/ns_client.rb, line 227
def enkele_reis
  products['Enkele reis']
end