class Linode::OpenStruct

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.

Public Instance Methods

type() click to toggle source
# File lib/linode.rb, line 129
def type
  @table[:type]
end