Sha256: dab677b664b6b0b6bf5e621d59e29af4a29502bbaee3348fcc5413b8e13935b6

Contents?: true

Size: 435 Bytes

Versions: 59

Compression:

Stored size: 435 Bytes

Contents

module Cobrato
  module Resources
    class ChargingType < Base
      crud :all

      def list
        http.get(resource_base_path) do |response|
          bank_billets =  parsed_body(response)[collection_name]['bank_billets'].map do |item|
                            Cobrato::Entities::BankBillet.new(item)
                          end

          Struct.new(:bank_billets).new(bank_billets)
        end
      end

    end
  end
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
cobrato-client-1.1.7 lib/cobrato/resources/charging_type.rb
cobrato-client-1.1.6 lib/cobrato/resources/charging_type.rb
cobrato-client-1.1.5 lib/cobrato/resources/charging_type.rb
cobrato-client-1.1.4 lib/cobrato/resources/charging_type.rb
cobrato-client-1.1.3 lib/cobrato/resources/charging_type.rb
cobrato-client-1.1.2 lib/cobrato/resources/charging_type.rb
cobrato-client-1.1.1 lib/cobrato/resources/charging_type.rb
cobrato-client-1.1.0 lib/cobrato/resources/charging_type.rb
cobrato-client-1.0.1 lib/cobrato/resources/charging_type.rb
cobrato-client-1.0.0 lib/cobrato/resources/charging_type.rb
cobrato-client-0.27.0 lib/cobrato/resources/charging_type.rb
cobrato-client-0.26.0 lib/cobrato/resources/charging_type.rb
cobrato-client-0.25.0 lib/cobrato/resources/charging_type.rb
cobrato-client-0.24.1 lib/cobrato/resources/charging_type.rb
cobrato-client-0.24.0 lib/cobrato/resources/charging_type.rb
cobrato-client-0.23.0 lib/cobrato/resources/charging_type.rb
cobrato-client-0.23.0.beta12 lib/cobrato/resources/charging_type.rb
cobrato-client-0.23.0.beta11 lib/cobrato/resources/charging_type.rb
cobrato-client-0.23.0.beta10 lib/cobrato/resources/charging_type.rb
cobrato-client-0.23.0.beta9 lib/cobrato/resources/charging_type.rb