Sha256: 66945f3a38d184ebfc084f0cb7c98851c86a706adba21b5ce2b465bde15443a9

Contents?: true

Size: 207 Bytes

Versions: 6

Compression:

Stored size: 207 Bytes

Contents

# some of our Linode API data results include a 'type' data member.
# OpenStruct will have problems providing a .type method, so we special-case this.

class OpenStruct
  def type
    @table[:type]
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
linode-0.7.8 lib/ostruct_tweak.rb
linode-0.7.7 lib/ostruct_tweak.rb
linode-0.7.6 lib/ostruct_tweak.rb
linode-0.7.5 lib/ostruct_tweak.rb
linode-0.7.4 lib/ostruct_tweak.rb
linode-0.7.3 lib/ostruct_tweak.rb