Sha256: cb74298218ce2103fd55d0220b98483cc50b0981b89025a0faed05cc3c5e78b3

Contents?: true

Size: 417 Bytes

Versions: 2

Compression:

Stored size: 417 Bytes

Contents

require 'virtus'
require 'neows/models/base_model'
require 'neows/models/self_link'

module Neows
  module Models
    class Links < Neows::Models::BaseModel
      # @!attribute [rw]
      # @return [String]
      attribute :self, String

      # @!attribute [rw]
      # @return [String]
      attribute :next, String

      # @!attribute [rw]
      # @return [String]
      attribute :prev, String
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
neows-1.1.0 lib/neows/models/links.rb
neows-1.0.0 lib/neows/models/links.rb