Module: Point

Defined in:
lib/point.rb,
lib/point/base.rb,
lib/point/zone.rb,
lib/point/errors.rb,
lib/point/request.rb,
lib/point/zone_record.rb

Defined Under Namespace

Modules: Errors Classes: Base, Error, Request, Zone, ZoneRecord

Constant Summary collapse

VERSION =
'1.1.0'

Class Attribute Summary collapse

Class Attribute Details

.apitokenObject

Returns the value of attribute apitoken.



21
22
23
# File 'lib/point.rb', line 21

def apitoken
  @apitoken
end

.siteObject

Returns the value of attribute site.



22
23
24
# File 'lib/point.rb', line 22

def site
  @site
end

.usernameObject

Returns the value of attribute username.



20
21
22
# File 'lib/point.rb', line 20

def username
  @username
end