Class: Twitter::PlaceType

Inherits:
Object
  • Object
show all
Includes:
ModelMixin
Defined in:
lib/twitter/model.rb

Overview

Represents a type of a place.

Constant Summary collapse

@@ATTRIBUTES =
[:name, :code]

Class Method Summary collapse

Methods included from ModelMixin

included

Class Method Details

.attributesObject



209
# File 'lib/twitter/model.rb', line 209

def attributes; @@ATTRIBUTES; end