こうゆうことだろ
var hoge = {
property: 100,
method(){
return this.property;
}
}